#include "TA/Common/AABB.h"
Undocumented.
BallAndSocketJointExample.cpp, CarTemplateExample.cpp, HingeJointExample.cpp, SimplePhysicsSimulationExample.cpp, and SliderJointExample.cpp.
Public Member Functions | |
| AABB (const Vec3 &v3NewCenter, const Vec3 &v3NewExtent) | |
| void | Initialise (const Vec3 &v3NewCenter, const Vec3 &v3NewExtent) |
| void | InitialiseToFit2Points (const Vec3 &v3A, const Vec3 &v3B) |
| void | Clear () |
| AABB & | operator+= (const AABB &aabb) |
| AABB | operator+ (const AABB &aabb) const |
| AABB | operator * (const MFrame &mFrame) const |
| AABB | operator * (float fValue) const |
| bool | Intersects (const AABB &aabb) const |
| bool | Intersects (const Vec3 &v3Point) const |
| bool | IsInside (const AABB &aabb) const |
| void | ExpandToFit (const Vec3 &v3Point) |
Data Fields | |
| Vec3 | v3Center |
| Vec3 | v3Extent |