#include <aabb.hpp>
Definition at line 10 of file aabb.hpp.
Public Member Functions | |
aabb () | |
aabb (float left, float top, float right, float bottom) | |
bool | intersects (const aabb &x) const |
Public Attributes | |
float | left |
float | top |
float | right |
float | bottom |