#include <geometric_shapes.h>
Inheritance diagram for fcl::Capsule:
Public Member Functions | |
| Capsule (FCL_REAL radius_, FCL_REAL lz_) | |
| void | computeLocalAABB () |
| Compute AABB. | |
| NODE_TYPE | getNodeType () const |
| Get node type: a capsule. | |
Public Attributes | |
| FCL_REAL | radius |
| Radius of capsule. | |
| FCL_REAL | lz |
| Length along z axis. | |
Definition at line 117 of file geometric_shapes.h.