#include <fixedjoint.h>
Inheritance diagram for oxygen::FixedJoint:
Public Member Functions | |
FixedJoint () | |
virtual | ~FixedJoint () |
Protected Member Functions | |
virtual void | OnLink () |
creates a new fixed joint | |
virtual void | SetParameter (int parameter, float value) |
sets a joint parameter value | |
virtual float | GetParameter (int parameter) |
returns a joint parameter value |
Definition at line 31 of file fixedjoint.h.
|
Definition at line 27 of file fixedjoint.cpp. |
|
Definition at line 31 of file fixedjoint.cpp. |
|
returns a joint parameter value
Implements oxygen::Joint. Definition at line 51 of file fixedjoint.cpp. |
|
creates a new fixed joint
Reimplemented from oxygen::Joint. Definition at line 35 of file fixedjoint.cpp. References oxygen::ODEObject::GetWorldID(), and oxygen::Joint::mODEJoint. Here is the call graph for this function: ![]() |
|
sets a joint parameter value
Implements oxygen::Joint. Definition at line 46 of file fixedjoint.cpp. |