|
HingeJoint Class Reference#include <HingeJoint.hh>
Inheritance diagram for HingeJoint:
List of all members.
Constructor & Destructor Documentation
HingeJoint::HingeJoint |
( |
World * |
world |
) |
|
|
HingeJoint::HingeJoint |
( |
dWorldID |
worldId, |
|
|
JointGroup * |
group = NULL |
|
) |
|
|
HingeJoint::~HingeJoint |
( |
|
) |
[virtual] |
|
Member Function Documentation
double HingeJoint::GetAngle |
( |
|
) |
const |
|
double HingeJoint::GetAngleRate |
( |
|
) |
const |
|
double HingeJoint::GetParam |
( |
int |
parameter |
) |
const [virtual] |
|
|
Reimplemented from Joint. |
void HingeJoint::SetAnchor |
( |
GzVector |
anchor |
) |
|
|
void HingeJoint::SetAxis |
( |
GzVector |
axis |
) |
|
|
|
Set the axis of rotation.
|
void HingeJoint::SetAnchor |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z |
|
) |
|
|
void HingeJoint::SetAxis |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z |
|
) |
|
|
void HingeJoint::GetAnchor |
( |
dVector3 |
result |
) |
const |
|
void HingeJoint::GetAxis |
( |
dVector3 |
result |
) |
const |
|
void HingeJoint::SetParam |
( |
int |
parameter, |
|
|
double |
value |
|
) |
[virtual] |
|
|
Reimplemented from Joint. |
The documentation for this class was generated from the following files:
|