Center at zero cone. More...
#include <geometric_shapes.h>
Public Member Functions | |
void | computeLocalAABB () |
Compute AABB. | |
Cone (FCL_REAL radius_, FCL_REAL lz_) | |
NODE_TYPE | getNodeType () const |
Get node type: a cone. | |
Public Attributes | |
FCL_REAL | lz |
Length along z axis. | |
FCL_REAL | radius |
Radius of the cone. |
Center at zero cone.
Definition at line 138 of file geometric_shapes.h.
fcl::Cone::Cone | ( | FCL_REAL | radius_, |
FCL_REAL | lz_ | ||
) | [inline] |
Definition at line 141 of file geometric_shapes.h.
void fcl::Cone::computeLocalAABB | ( | ) | [virtual] |
Compute AABB.
Implements fcl::CollisionGeometry.
Definition at line 154 of file geometric_shapes.cpp.
NODE_TYPE fcl::Cone::getNodeType | ( | ) | const [inline, virtual] |
Get node type: a cone.
Reimplemented from fcl::CollisionGeometry.
Definition at line 155 of file geometric_shapes.h.
Length along z axis.
Definition at line 149 of file geometric_shapes.h.
Radius of the cone.
Definition at line 146 of file geometric_shapes.h.