A slider joint. More...
#include <SliderJoint.hh>
Public Member Functions | |
SliderJoint (BasePtr _parent) | |
Constructor. | |
virtual | ~SliderJoint () |
Destructor. | |
virtual math::Vector3 | GetAnchor (int) const |
Get the anchor. | |
virtual void | SetAnchor (int, const math::Vector3 &_anchor) |
Set the anchor. | |
Protected Member Functions | |
virtual void | Load (sdf::ElementPtr _sdf) |
Load a SliderJoint. | |
Protected Attributes | |
math::Vector3 | fakeAnchor |
A slider joint.
|
inline |
Constructor.
|
inlinevirtual |
Destructor.
|
inlinevirtual |
Get the anchor.
|
inlineprotectedvirtual |
Load a SliderJoint.
Reimplemented in gazebo::physics::BulletSliderJoint, and gazebo::physics::ODESliderJoint.
|
inlinevirtual |
Set the anchor.
|
protected |