Center at zero cylinder. More...
#include <geometric_shapes.h>
Public Member Functions | |
void | computeLocalAABB () |
Compute AABB. | |
Cylinder (FCL_REAL radius_, FCL_REAL lz_) | |
NODE_TYPE | getNodeType () const |
Get node type: a cylinder. | |
Public Attributes | |
FCL_REAL | lz |
Length along z axis. | |
FCL_REAL | radius |
Radius of the cylinder. |
Center at zero cylinder.
Definition at line 159 of file geometric_shapes.h.
fcl::Cylinder::Cylinder | ( | FCL_REAL | radius_, |
FCL_REAL | lz_ | ||
) | [inline] |
Definition at line 162 of file geometric_shapes.h.
void fcl::Cylinder::computeLocalAABB | ( | ) | [virtual] |
Compute AABB.
Implements fcl::CollisionGeometry.
Definition at line 161 of file geometric_shapes.cpp.
NODE_TYPE fcl::Cylinder::getNodeType | ( | ) | const [inline, virtual] |
Get node type: a cylinder.
Reimplemented from fcl::CollisionGeometry.
Definition at line 177 of file geometric_shapes.h.
Length along z axis.
Definition at line 171 of file geometric_shapes.h.
Radius of the cylinder.
Definition at line 168 of file geometric_shapes.h.