#include <Sphere.h>


Public Member Functions | |
| Sphere (Scalar r) | |
| Point | support (const Vector &) const |
Public Member Functions inherited from Convex | |
| ShapeType | getType () const |
| virtual | ~Convex () |
| virtual BBox | bbox (const Transform &t) const |
Public Member Functions inherited from Shape | |
| virtual | ~Shape () |
Protected Attributes | |
| Scalar | radius |
Implements Convex.
Definition at line 33 of file Sphere.cpp.
