A single axis hinge joint. More...
#include <physics/physics.hh>
Inherits T.
Public Member Functions | |
HingeJoint (BasePtr _parent) | |
Constructor. More... | |
virtual | ~HingeJoint () |
Destructor. More... | |
virtual unsigned int | GetAngleCount () const |
virtual void | Load (sdf::ElementPtr _sdf) |
Load joint. More... | |
Protected Member Functions | |
virtual void | Init () |
Initialize joint. More... | |
A single axis hinge joint.
|
inline |
Constructor.
[in] | _parent | Parent link |
|
inlinevirtual |
Destructor.
|
inlinevirtual |
|
inlineprotectedvirtual |
Initialize joint.
Reimplemented in BulletHingeJoint, and DARTHingeJoint.
|
inlinevirtual |
Load joint.
[in] | _sdf | Pointer to SDF element |
Reimplemented in ODEHingeJoint, BulletHingeJoint, SimbodyHingeJoint, and DARTHingeJoint.