Center at zero point sphere. More...
#include <geometric_shapes.h>
Public Member Functions | |
void | computeLocalAABB () |
Compute AABB. | |
NODE_TYPE | getNodeType () const |
Get node type: a sphere. | |
Sphere (FCL_REAL radius_) | |
Public Attributes | |
FCL_REAL | radius |
Radius of the sphere. |
Center at zero point sphere.
Definition at line 99 of file geometric_shapes.h.
fcl::Sphere::Sphere | ( | FCL_REAL | radius_ | ) | [inline] |
Definition at line 102 of file geometric_shapes.h.
void fcl::Sphere::computeLocalAABB | ( | ) | [virtual] |
Compute AABB.
Implements fcl::CollisionGeometry.
Definition at line 140 of file geometric_shapes.cpp.
NODE_TYPE fcl::Sphere::getNodeType | ( | ) | const [inline, virtual] |
Get node type: a sphere.
Reimplemented from fcl::CollisionGeometry.
Definition at line 113 of file geometric_shapes.h.
Radius of the sphere.
Definition at line 107 of file geometric_shapes.h.