libalmath
2.5.11.14a
|
#include <shapes3d.h>
Public Member Functions | |
virtual | ~Shape3D () |
virtual void | accept (const Shape3DVisitor &v) const =0 |
Definition at line 18 of file shapes3d.h.
|
inlinevirtual |
Definition at line 20 of file shapes3d.h.
|
pure virtual |
Implemented in AL::Math::HalfLine, AL::Math::Rectangle, AL::Math::HalfSpace, AL::Math::Plane, AL::Math::Pill, AL::Math::RoundedRectangle, and AL::Math::Sphere.