#include <geometric_shapes.h>
Inheritance diagram for fcl::Box:
Public Member Functions | |
| Box (FCL_REAL x, FCL_REAL y, FCL_REAL z) | |
| Box (const Vec3f &side_) | |
| Box () | |
| void | computeLocalAABB () |
| Compute AABB. | |
| NODE_TYPE | getNodeType () const |
| Get node type: a box. | |
Public Attributes | |
| Vec3f | side |
| box side length | |
Definition at line 75 of file geometric_shapes.h.