btGeneric6DofSpringConstraint Class Reference
Generic 6 DOF constraint that allows to set spring motors to any translational and rotational DOF.
More...
#include <btGeneric6DofSpringConstraint.h>
List of all members.
Detailed Description
Generic 6 DOF constraint that allows to set spring motors to any translational and rotational DOF.
DOF index used in enableSpring() and setStiffness() means: 0 : translation X 1 : translation Y 2 : translation Z 3 : rotation X (3rd Euler rotational around new position of X axis, range [-PI+epsilon, PI-epsilon] ) 4 : rotation Y (2nd Euler rotational around new position of Y axis, range [-PI/2+epsilon, PI/2-epsilon] ) 5 : rotation Z (1st Euler rotational around Z axis, range [-PI+epsilon, PI-epsilon] )
Definition at line 35 of file btGeneric6DofSpringConstraint.h.
Constructor & Destructor Documentation
Member Function Documentation
void btGeneric6DofSpringConstraint::enableSpring |
( |
int |
index, |
|
|
bool |
onOff | |
|
) |
| | |
virtual void btGeneric6DofSpringConstraint::getInfo2 |
( |
btConstraintInfo2 * |
info |
) |
[virtual] |
void btGeneric6DofSpringConstraint::internalUpdateSprings |
( |
btConstraintInfo2 * |
info |
) |
[protected] |
void btGeneric6DofSpringConstraint::setDamping |
( |
int |
index, |
|
|
btScalar |
damping | |
|
) |
| | |
void btGeneric6DofSpringConstraint::setEquilibriumPoint |
( |
int |
index |
) |
|
void btGeneric6DofSpringConstraint::setEquilibriumPoint |
( |
|
) |
|
void btGeneric6DofSpringConstraint::setStiffness |
( |
int |
index, |
|
|
btScalar |
stiffness | |
|
) |
| | |
Member Data Documentation
The documentation for this class was generated from the following file: