#include <Box.h>


Public Member Functions | |
| Box (Scalar x, Scalar y, Scalar z) | |
| Point | support (const Vector &) const |
| const Vector & | getExtent () 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 | |
| Vector | extent |