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