vtdata library
|
Public Member Functions | |
FBox3 (float x1, float y1, float z1, float x2, float y2, float z2) | |
FBox3 (const FPoint3 &min1, const FPoint3 &max1) | |
void | InsideOut () |
void | Set (float x1, float y1, float z1, float x2, float y2, float z2) |
FPoint3 | Center () const |
void | GrowToContainPoint (const FPoint3 &p) |
void | GrowToContainLine (const FLine3 &line) |
void | GrowToContainBox (const FBox3 &box) |
Public Attributes | |
FPoint3 | min |
FPoint3 | max |
A 3d box. Useful for representing an rectangular space such as extents or a bounding box. Single-precision.