#include <AABB.h>
Public Member Functions | |
| AABBf () | |
| AABBf (float L, float R, float T, float B) | |
| Vector2 | GetCentre () |
| AABBf & | operator= (const AABBf &box) |
Public Attributes | |
| float | Left |
| float | Right |
| float | Top |
| float | Bottom |
Definition at line 15 of file AABB.h.
| float AABBf::Bottom |
| float AABBf::Left |
| float AABBf::Right |
| float AABBf::Top |
1.5.9