source:
trunk/VUT/GtpVisibilityPreprocessor/include/AxisAlignedBox3.h
@
68
Revision 68, 231 bytes checked in by bittner, 20 years ago (diff) | |
---|---|
|
Line | |
---|---|
1 | #ifndef _AxisAlignedBox3_H__ |
2 | #define _AxisAlignedBox3_H__ |
3 | |
4 | #include "vector3.h" |
5 | |
6 | |
7 | namespace 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.