source: GTP/trunk/Lib/Vis/Preprocessing/include/AxisAlignedBox3.h @ 68

Revision 68, 231 bytes checked in by bittner, 19 years ago (diff)

Added include files

  • Property svn:executable set to *
Line 
1#ifndef _AxisAlignedBox3_H__
2#define _AxisAlignedBox3_H__
3
4#include "vector3.h"
5
6
7namespace GtpVisibilityPreprocessor {
8 
9  /** Axis aligned box */
10  class AxisAlignedBox3 {
11  protected:
12    Vector3 min, max;
13  };
14 
15
16};
17
18
19#endif
Note: See TracBrowser for help on using the repository browser.