#include <Cylinder.h>


Public Member Functions | |
| Cylinder (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 | radius |
| Scalar | halfHeight |
Definition at line 36 of file Cylinder.h.
Definition at line 38 of file Cylinder.h.
Implements Convex.
Definition at line 33 of file Cylinder.cpp.
|
protected |
Definition at line 46 of file Cylinder.h.
|
protected |
Definition at line 45 of file Cylinder.h.