libalmath
2.8.7.4
|
#include <shapes3d.h>
Public Member Functions | |
virtual | ~Shape3D () |
virtual void | accept (const Shape3DVisitor &v) const =0 |
Definition at line 19 of file shapes3d.h.
|
inlinevirtual |
Definition at line 21 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.