#include <geometric_shapes.h>
Inheritance diagram for fcl::Sphere:
Public Member Functions | |
| Sphere (FCL_REAL radius_) | |
| void | computeLocalAABB () |
| Compute AABB. | |
| NODE_TYPE | getNodeType () const |
| Get node type: a sphere. | |
Public Attributes | |
| FCL_REAL | radius |
| Radius of the sphere. | |
Definition at line 99 of file geometric_shapes.h.