A fixed joint rigidly connecting two bodies. More...
#include <physics/physics.hh>
Inherits T.
Public Member Functions | |
FixedJoint (BasePtr _parent) | |
Constructor. More... | |
virtual | ~FixedJoint () |
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 fixed joint rigidly connecting two bodies.
|
inline |
Constructor.
[in] | _parent | Parent link |
|
inlinevirtual |
Destructor.
|
inlinevirtual |
|
inlineprotectedvirtual |
Initialize joint.
Reimplemented in BulletFixedJoint, and DARTFixedJoint.
|
inlinevirtual |
Load joint.
[in] | _sdf | Pointer to SDF element |
Reimplemented in SimbodyFixedJoint, BulletFixedJoint, ODEFixedJoint, and DARTFixedJoint.