thug/Code/Sys/ngc/p_bbox.h

15 lines
174 B
C
Raw Normal View History

2016-02-13 21:39:12 +00:00
#ifndef _BBOX_H_
#define _BBOX_H_
#include <dolphin.h>
#include "p_matrix.h"
class NsBBox
{
public:
NsVector m_min;
NsVector m_max;
};
#endif // _BBOX_H_