A single axis hinge joint. More...
#include <physics/physics.hh>

| 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 gazebo::physics::DARTHingeJoint.
| 
 | inlinevirtual | 
Load joint.
| [in] | _sdf | Pointer to SDF element | 
Reimplemented in gazebo::physics::SimbodyHingeJoint, and gazebo::physics::DARTHingeJoint.