|
libalmath
2.8.7.4
|
#include <shapes3d.h>
Public Member Functions | |
| Pill (float pHalfExtent, float pRadius) | |
| float | getHalfExtent () const |
| float | getRadius () const |
| void | accept (const Shape3DVisitor &v) const override |
Public Member Functions inherited from AL::Math::Shape3D | |
| virtual | ~Shape3D () |
Friends | |
| bool | operator== (const Pill &lhs, const Pill &rhs) |
| bool | operator!= (const Pill &lhs, const Pill &rhs) |
Definition at line 76 of file shapes3d.h.
| AL::Math::Pill::Pill | ( | float | pHalfExtent, |
| float | pRadius | ||
| ) |
|
overridevirtual |
Implements AL::Math::Shape3D.
| float AL::Math::Pill::getHalfExtent | ( | ) | const |
| float AL::Math::Pill::getRadius | ( | ) | const |
Definition at line 84 of file shapes3d.h.
Definition at line 79 of file shapes3d.h.