List of all members.
Public Member Functions |
| AOBBox2 () |
| Constructor, does nothing.
|
| AOBBox2 (T iX, T iY, T iW, T iH) |
| AOBBox2 (const Point2< T > &iP0, const Point2< T > &iP1) |
Point2< T > | GetPosition () const |
Point2< T > | GetCenter () const |
bool | IsInside (T iX, T iY) const |
bool | IsPoint () const |
T | GetXStart () const |
T | GetYStart () const |
T | GetXEnd () const |
T | GetYEnd () const |
T | GetWidth () const |
T | GetHeight () const |
Public Attributes |
T | _x |
T | _y |
T | _w |
T | _h |
template<typename T>
class eLynx::Math::AOBBox2< T >
The documentation for this class was generated from the following file: