#include <JointData.h>
Public Member Functions | |
JointLimits () | |
Public Attributes | |
real | low |
real | high |
real | hardness |
real | bounciness |
Definition at line 36 of file JointData.h.
|
Definition at line 38 of file JointData.h. References bounciness, hardness, high, opal::defaults::joint::highLimit, opal::defaults::joint::limitBounciness, opal::defaults::joint::limitHardness, low, and opal::defaults::joint::lowLimit. |
|
Bounciness (i.e. restitution) how much the Joint will bounce when it hits a limit. Definition at line 58 of file JointData.h. Referenced by opal::Joint::getLimitBounciness(), JointLimits(), and opal::Joint::setLimitBounciness(). |
|
Determines how far a Joint can exceed its limits. This must be between 0 and 1. Definition at line 54 of file JointData.h. Referenced by opal::Joint::getLimitHardness(), JointLimits(), and opal::Joint::setLimitHardness(). |
|
The limit angle or distance with the higher value.
Definition at line 50 of file JointData.h. Referenced by opal::Joint::getHighLimit(), JointLimits(), opal::Joint::setLimitRange(), and opal::ODEJoint::setLimitsEnabled(). |
|
The limit angle or distance with the smaller value.
Definition at line 47 of file JointData.h. Referenced by opal::Joint::getLowLimit(), JointLimits(), opal::Joint::setLimitRange(), and opal::ODEJoint::setLimitsEnabled(). |