#include <GeometryHandlers.h>

Public Member Functions | |
| CylinderHandler (dReal radius=1, dReal length=1) | |
| virtual EGeomType | type () const |
| void | setParams (dReal radius, dReal length) |
| std::pair< dReal, dReal > | getParams () const |
| Returns a pair representing (radius, length). | |
| virtual GeometryHandler * | clone () const |
Protected Member Functions | |
| virtual dGeomID | create (dSpaceID spaceId) |
Protected Attributes | |
| dReal | radius |
| dReal | length |
Definition at line 225 of file GeometryHandlers.h.
| Physics::CylinderHandler::CylinderHandler | ( | dReal | radius = 1, |
|
| dReal | length = 1 | |||
| ) | [inline] |
Definition at line 227 of file GeometryHandlers.h.
| virtual GeometryHandler* Physics::CylinderHandler::clone | ( | ) | const [inline, virtual] |
| virtual dGeomID Physics::CylinderHandler::create | ( | dSpaceID | spaceId | ) | [inline, protected, virtual] |
| std::pair<dReal, dReal> Physics::CylinderHandler::getParams | ( | ) | const [inline] |
| void Physics::CylinderHandler::setParams | ( | dReal | radius, | |
| dReal | length | |||
| ) | [inline] |
Definition at line 230 of file GeometryHandlers.h.
| virtual EGeomType Physics::CylinderHandler::type | ( | ) | const [inline, virtual] |
dReal Physics::CylinderHandler::length [protected] |
Definition at line 250 of file GeometryHandlers.h.
dReal Physics::CylinderHandler::radius [protected] |
Definition at line 250 of file GeometryHandlers.h.
1.5.9