#include <BoundBox.hh>
A representation of a bounding rectangle.
Definition at line 8 of file BoundBox.hh.
Public Member Functions | |
void | resetBound () |
void | setDirect (const Vector2f &vMax, const Vector2f &vMin) |
void | setMin (const Vector2f &v) |
void | setMax (const Vector2f &v) |
Public Attributes | |
Vector2f | min |
Vector2f | max |
|
0x802145F0 |
Definition at line 8 of file BoundBox.cc.
Definition at line 13 of file BoundBox.cc.
|
inline |
Definition at line 21 of file BoundBox.hh.
|
inline |
Definition at line 17 of file BoundBox.hh.
Vector2f EGG::BoundBox2f::max |
Definition at line 26 of file BoundBox.hh.
Vector2f EGG::BoundBox2f::min |
Definition at line 25 of file BoundBox.hh.