Defines an AABB bounding box 2D.
An AABB bounding box as known as axis-aligned bounding box is simply a rectangle whose lines 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 122 of file GeometricTypes.h.
Data Fields | |
dwVector2f | aa |
Point AA, one of vertices of a AABB bounding box. More... | |
dwVector2f | bb |
Point BB, opposite vertex of AA. More... | |
dwVector2f dwBbox2Df::aa |
Point AA, one of vertices of a AABB bounding box.
Definition at line 124 of file GeometricTypes.h.
dwVector2f dwBbox2Df::bb |
Point BB, opposite vertex of AA.
Definition at line 125 of file GeometricTypes.h.