dart
|
Public Member Functions | |
OdeBox (const OdeCollisionObject *parent, const Eigen::Vector3d &size) | |
Constructor. | |
virtual | ~OdeBox () |
Destructor. | |
![]() | |
OdeGeom (const OdeCollisionObject *collObj) | |
Constructor. | |
virtual | ~OdeGeom () |
Destructor. | |
const OdeCollisionObject * | getParentCollisionObject () const |
Returns the parent collision object. | |
virtual void | updateEngineData () |
dGeomID | getOdeGeomId () const |
Returns the ODE geom ID associated to this object. | |
virtual bool | isPlaceable () const |
Returns true if the ODE geom is placeable. | |
Additional Inherited Members | |
![]() | |
const OdeCollisionObject * | mParentCollisionObject |
Parent collision object. | |
dGeomID | mGeomId |
ODE geom ID associated with this object. More... | |