#ifndef _BBOX_H_ #define _BBOX_H_ #include #include "p_matrix.h" class NsBBox { public: NsVector m_min; NsVector m_max; }; #endif // _BBOX_H_