Defines an AABB bounding box 3D.
An AABB bounding box as known as axis-aligned bounding box is simply a rectangular parallelepiped whose faces are each perpendicular to one of the basis vectors. Use 2 opposite vertices(AA and BB) to define the AABB bounding box since it's axis-aligned.
Definition at line 109 of file GeometricTypes.h.
Data Fields | |
dwVector3f | aa |
Point AA, one of vertices of a AABB bounding box. More... | |
dwVector3f | bb |
Point BB, opposite vertex of AA. More... | |
dwVector3f dwBbox3Df::aa |
Point AA, one of vertices of a AABB bounding box.
Definition at line 111 of file GeometricTypes.h.
dwVector3f dwBbox3Df::bb |
Point BB, opposite vertex of AA.
Definition at line 112 of file GeometricTypes.h.