#include <joint.h>
Inheritance diagram for HingeJoint:
Definition at line 156 of file joint.h.
Public Member Functions | |
HingeJoint (Primitive *part1, Primitive *part2, const osg::Vec3 &anchor, const Axis &axis1) | |
virtual | ~HingeJoint () |
virtual void | init (const OdeHandle &odeHandle, const OsgHandle &osgHandle, bool withVisual=true, double visualSize=0.2) |
initialises (and creates) the joint. | |
virtual void | update () |
should syncronise the Ode stuff and the OSG notes (if any) | |
virtual void | addTorque (double t) |
virtual double | getPosition1 () |
virtual double | getPosition1Rate () |
virtual void | setParam (int parameter, double value) |
sets the ODE joint parameter (see ODE manual) | |
virtual double | getParam (int parameter) |
return the ODE joint parameter (see ODE manual) | |
Protected Attributes | |
OSGPrimitive * | visual |
|
|
|
|
|
|
|
return the ODE joint parameter (see ODE manual)
Implements Joint. |
|
Implements OneAxisJoint. |
|
Implements OneAxisJoint. |
|
initialises (and creates) the joint. If visual is true then the axis of the joints is also drawn as a slim cylinder. visualSize is the length of the cylinder. Implements Joint. |
|
sets the ODE joint parameter (see ODE manual)
Implements Joint. |
|
should syncronise the Ode stuff and the OSG notes (if any)
Implements Joint. |
|
|