#include <joint.h>
Inheritance diagram for FixedJoint:
Definition at line 137 of file joint.h.
Public Member Functions | |
FixedJoint (Primitive *part1, Primitive *part2) | |
virtual | ~FixedJoint () |
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 | 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) |
|
|
|
|
|
return the ODE joint parameter (see ODE manual)
Implements Joint. |
|
initialises (and creates) the joint.
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. |