33 #ifndef DART_COLLISION_ODE_DETAIL_ODEPLANE_HPP_
34 #define DART_COLLISION_ODE_DETAIL_ODEPLANE_HPP_
50 const Eigen::Vector3d& normal,
Definition: OdeCollisionObject.hpp:49
Definition: OdeGeom.hpp:46
Definition: OdePlane.hpp:45
virtual ~OdePlane()
Destructor.
Definition: OdePlane.cpp:52
OdePlane(const OdeCollisionObject *parent, const Eigen::Vector3d &normal, double offset)
Constructor.
Definition: OdePlane.cpp:42
bool isPlaceable() const override
Returns true if the ODE geom is placeable.
Definition: OdePlane.cpp:76
void updateEngineData() override
Definition: OdePlane.cpp:58
Definition: BulletCollisionDetector.cpp:63