#include <Cone.h>


Public Member Functions | |
| Cone (Scalar r, Scalar h) | |
| 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 | bottomRadius |
| Scalar | halfHeight |
| Scalar | sinAngle |