Maratis Engine
|
#include <MBox3d.h>
Public Member Functions | |
MBox3d (void) | |
MBox3d (const MBox3d &box) | |
MBox3d (const MVector3 &min, const MVector3 &max) | |
void | initFromPoints (const MVector3 *points, unsigned int pointsNumber) |
bool | isInCollisionWith (MBox3d *box) |
MVector3 * | getMin (void) |
MVector3 * | getMax (void) |
MBox3d::MBox3d | ( | void | ) |
MBox3d::MBox3d | ( | const MBox3d & | box | ) |
MVector3* MBox3d::getMax | ( | void | ) | [inline] |
MVector3* MBox3d::getMin | ( | void | ) | [inline] |
void MBox3d::initFromPoints | ( | const MVector3 * | points, |
unsigned int | pointsNumber | ||
) |
bool MBox3d::isInCollisionWith | ( | MBox3d * | box | ) |