Public Member Functions | |
AxisAlignedBox2 (const v2 ¢er, const v2 &halfExtents) | |
v2 | GetCenter () const |
v2 | GetHalfExtents () const |
v2 | GetMin () const |
v2 | GetMax () const |
Static Public Member Functions | |
static AxisAlignedBox2 | CreateFromBounds2D (const Bounds2D &bounds2D) |
static AxisAlignedBox2 | CreateFromExtents (const v2 &min, const v2 &max) |
static AxisAlignedBox2 | Encompass (const AxisAlignedBox2 &boxA, const AxisAlignedBox2 &boxB) |