|
Neo
0.5.0
Developer Documentation
|
#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 |
| Neo::Box3d::Box3d | ( | void | ) |
| Neo::Box3d::Box3d | ( | const Box3d & | box | ) |
| void Neo::Box3d::initFromPoints | ( | const Vector3 * | points, |
| unsigned int | pointsNumber | ||
| ) |
| bool Neo::Box3d::isInCollisionWith | ( | const Box3d & | box | ) |
| Vector3 Neo::Box3d::max |
| Vector3 Neo::Box3d::min |