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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btTypedConstraint.cpp 167 m_correction = 0.0f;
177 m_correction = - (deviation + m_halfRange);
183 m_correction = m_halfRange - deviation;
192 return m_correction * m_sign;
btTypedConstraint.h 460 m_correction, member in class:btAngularLimit
474 m_correction(0.0f),
509 return m_correction;
btHingeConstraint.cpp 553 limit_err = m_correction * m_referenceSign;
705 m_correction = btScalar(0.);
713 m_correction = (m_lowerLimit - m_hingeAngle);
719 m_correction = m_upperLimit - m_hingeAngle;
948 limit_err = m_correction * m_referenceSign;
    [all...]
btHingeConstraint.h 72 btScalar m_correction; variable

Completed in 55 milliseconds