00001 #ifndef _AxisAlignedBox3_H__ 00002 #define _AxisAlignedBox3_H__ 00003 00004 #include "vector3.h" 00005 00006 00007 namespace GtpVisibilityPreprocessor { 00008 00010 class AxisAlignedBox3 { 00011 protected: 00012 Vector3 min, max; 00013 }; 00014 00015 00016 }; 00017 00018 00019 #endif