HomeSort by relevance Sort by last modified time
    Searched refs:m_hiLimit (Results 1 - 6 of 6) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btGeneric6DofConstraint.h 54 btScalar m_hiLimit;//!< joint limit
83 m_hiLimit = -1.0f;
101 m_hiLimit = limot.m_hiLimit;
116 if(m_loLimit > m_hiLimit) return false;
490 m_angularLimits[i].m_hiLimit = btNormalizeAngle(angularUpper[i]);
496 angularUpper[i] = m_angularLimits[i].m_hiLimit;
524 m_angularLimits[axis-3].m_hiLimit = hi;
625 dof->m_angularUpperLimit.m_floats[i] = m_angularLimits[i].m_hiLimit;
btGeneric6DofSpring2Constraint.h 76 btScalar m_hiLimit;
102 m_hiLimit = -1.0f;
129 m_hiLimit = limot.m_hiLimit;
156 if(m_loLimit > m_hiLimit) return false;
386 m_angularLimits[i].m_hiLimit = btNormalizeAngle(-angularLower[i]);
398 angularLower[i] = -m_angularLimits[i].m_hiLimit;
404 m_angularLimits[i].m_hiLimit = btNormalizeAngle(angularUpper[i]);
416 angularUpper[i] = m_angularLimits[i].m_hiLimit;
439 m_angularLimits[axis-3].m_hiLimit = hi
    [all...]
btGeneric6DofConstraint.cpp 124 if(m_loLimit>m_hiLimit)
139 else if (test_value> m_hiLimit)
142 m_currentLimitError = test_value - m_hiLimit;
449 angle = btAdjustAngleToLimits(angle, m_angularLimits[axis_index].m_loLimit, m_angularLimits[axis_index].m_hiLimit);
636 limot.m_hiLimit = m_linearLimits.m_upperLimit[i];
843 if (limit && (limot->m_loLimit == limot->m_hiLimit)) powered = 0;
854 limot->m_hiLimit,
874 if (limot->m_loLimit == limot->m_hiLimit)
btGeneric6DofSpring2Constraint.cpp 442 angle = btAdjustAngleToLimits(angle, m_angularLimits[axis_index].m_loLimit, m_angularLimits[axis_index].m_hiLimit);
512 limot.m_hiLimit = m_linearLimits.m_upperLimit[i];
718 limot->m_hiLimit,
740 if(limot->m_loLimit > limot->m_hiLimit)
748 hiLimit = error < 0 && limot->m_servoTarget<limot->m_hiLimit ? limot->m_servoTarget : limot->m_hiLimit;
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Dynamics/
btDiscreteDynamicsWorld.cpp     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/
dynamics_wrap.cpp     [all...]

Completed in 76 milliseconds