Neo  0.5.0
Developer Documentation
Neo::Box3d Class Reference

#include <Box3d.h>

Public Member Functions

 Box3d (void)
 
 Box3d (const Box3d &box)
 
 Box3d (const Vector3 &_min, const Vector3 &_max)
 
void initFromPoints (const Vector3 *points, unsigned int pointsNumber)
 
bool isInCollisionWith (const Box3d &box)
 

Public Attributes

Vector3 min
 
Vector3 max
 

Constructor & Destructor Documentation

Neo::Box3d::Box3d ( void  )
Neo::Box3d::Box3d ( const Box3d box)
Neo::Box3d::Box3d ( const Vector3 _min,
const Vector3 _max 
)

Member Function Documentation

void Neo::Box3d::initFromPoints ( const Vector3 points,
unsigned int  pointsNumber 
)
bool Neo::Box3d::isInCollisionWith ( const Box3d box)

Member Data Documentation

Vector3 Neo::Box3d::max
Vector3 Neo::Box3d::min

The documentation for this class was generated from the following file: