|
libalmath
2.8.7.4
|
#include <shapes3d.h>
Public Member Functions | |
| Rectangle (float pHalfExtentX, float pHalfExtentY) | |
| void | accept (const Shape3DVisitor &v) const override |
| float | getHalfExtentX () const |
| float | getHalfExtentY () const |
Public Member Functions inherited from AL::Math::Shape3D | |
| virtual | ~Shape3D () |
Friends | |
| bool | operator== (const Rectangle &lhs, const Rectangle &rhs) |
| bool | operator!= (const Rectangle &lhs, const Rectangle &rhs) |
Definition at line 129 of file shapes3d.h.
| AL::Math::Rectangle::Rectangle | ( | float | pHalfExtentX, |
| float | pHalfExtentY | ||
| ) |
|
overridevirtual |
Implements AL::Math::Shape3D.
| float AL::Math::Rectangle::getHalfExtentX | ( | ) | const |
| float AL::Math::Rectangle::getHalfExtentY | ( | ) | const |
Definition at line 137 of file shapes3d.h.
Definition at line 132 of file shapes3d.h.