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