libalmath
2.5.11.14a
|
#include <shapes3d.h>
Public Member Functions | |
Rectangle (float pHalfExtentX, float pHalfExtentY) | |
virtual void | accept (const Shape3DVisitor &v) const |
float | getHalfExtentX () const |
float | getHalfExtentY () const |
Public Member Functions inherited from AL::Math::Shape3D | |
virtual | ~Shape3D () |
Definition at line 80 of file shapes3d.h.
AL::Math::Rectangle::Rectangle | ( | float | pHalfExtentX, |
float | pHalfExtentY | ||
) |
|
virtual |
Implements AL::Math::Shape3D.
float AL::Math::Rectangle::getHalfExtentX | ( | ) | const |
float AL::Math::Rectangle::getHalfExtentY | ( | ) | const |