Allolib
1.0
C++ Components For Interactive Multimedia
|
Public Member Functions | |
BoundingBoxData (const Vec3f &min_, const Vec3f &max_) | |
void | set (const Vec3f &min_, const Vec3f &max_) |
void | setCenterDim (const Vec3f &cen_, const Vec3f &dim_) |
bool | contains (const Vec3d &p) |
void | reset () |
void | resetInv () |
reset box to float value inverse extremes More... | |
void | includePoint (al::Vec3f &pos) |
Public Attributes | |
Vec3f | min |
Vec3f | max |
Vec3f | cen |
Vec3f | dim |
Definition at line 16 of file al_BoundingBox.hpp.
|
inline |
reset box to float value inverse extremes
This allows building the bounding box incremementally using includePoint()
Definition at line 36 of file al_BoundingBox.hpp.