DART
6.7.3
|
#include <OdePlane.hpp>
Public Member Functions | |
OdePlane (const OdeCollisionObject *parent, const Eigen::Vector3d &normal, double offset) | |
Constructor. More... | |
virtual | ~OdePlane () |
Destructor. More... | |
void | updateEngineData () override |
bool | isPlaceable () const override |
Returns true if the ODE geom is placeable. More... | |
const OdeCollisionObject * | getParentCollisionObject () const |
Returns the parent collision object. More... | |
dGeomID | getOdeGeomId () const |
Returns the ODE geom ID associated to this object. More... | |
Protected Attributes | |
const OdeCollisionObject * | mParentCollisionObject |
Parent collision object. More... | |
dGeomID | mGeomId |
ODE geom ID associated with this object. More... | |
dart::collision::detail::OdePlane::OdePlane | ( | const OdeCollisionObject * | parent, |
const Eigen::Vector3d & | normal, | ||
double | offset | ||
) |
Constructor.
|
virtual |
Destructor.
|
inherited |
Returns the ODE geom ID associated to this object.
|
inherited |
Returns the parent collision object.
|
overridevirtual |
Returns true if the ODE geom is placeable.
Reimplemented from dart::collision::detail::OdeGeom.
|
overridevirtual |
Reimplemented from dart::collision::detail::OdeGeom.
|
protectedinherited |
|
protectedinherited |
Parent collision object.