|
Public Member Functions |
| Hinge2Joint (World *world) |
| Constructor.
|
| Hinge2Joint (dWorldID worldId, JointGroup *group=NULL) |
virtual | ~Hinge2Joint () |
void | SetAnchor (double x, double y, double z) |
| Set the anchor point.
|
void | SetAxis1 (double x, double y, double z) |
| Set the first axis of rotation.
|
void | SetAxis2 (double x, double y, double z) |
| Set the second axis of rotation.
|
void | SetAnchor (GzVector anchor) |
| Set the anchor point.
|
void | SetAxis1 (GzVector axis) |
| Set the first axis of rotation.
|
void | SetAxis2 (GzVector axis) |
| Set the second axis of rotation.
|
virtual double | GetParam (int parameter) const |
| Get the specified parameter.
|
virtual void | SetParam (int parameter, double value) |
| Set _parameter with _value.
|
void | GetAnchor1 (dVector3 result) const |
void | GetAnchor2 (dVector3 result) const |
void | GetAxis1 (dVector3 result) const |
void | GetAxis2 (dVector3 result) const |
double | GetAngle1 () const |
| Get angle of rotation about first axis.
|
double | GetAngle1Rate () const |
| Get rate of rotation about first axis.
|
double | GetAngle2Rate () const |
| Get rate of rotation about second axis.
|