#include <JointData.h>
Public Member Functions | |
JointAxis () | |
Public Attributes | |
Vec3r | direction |
bool | limitsEnabled |
JointLimits | limits |
Definition at line 62 of file JointData.h.
|
Definition at line 64 of file JointData.h. References opal::defaults::joint::axis0Direction, direction, opal::defaults::joint::limitsEnabled, and limitsEnabled. |
|
The direction vector of the axis.
Definition at line 72 of file JointData.h. Referenced by opal::Joint::addForce(), opal::Joint::addTorque(), JointAxis(), opal::JointData::JointData(), and opal::ODEJoint::setAxis(). |
|
The limits of the Joint axis.
Definition at line 78 of file JointData.h. Referenced by opal::Joint::getHighLimit(), opal::Joint::getLimitBounciness(), opal::Joint::getLimitHardness(), opal::Joint::getLowLimit(), opal::Joint::setLimitBounciness(), opal::Joint::setLimitHardness(), opal::Joint::setLimitRange(), and opal::ODEJoint::setLimitsEnabled(). |
|
Determines whether Joint limits are enabled for this axis.
Definition at line 75 of file JointData.h. Referenced by opal::Joint::areLimitsEnabled(), JointAxis(), opal::ODEJoint::setLimitRange(), and opal::Joint::setLimitsEnabled(). |