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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btGeneric6DofSpring2Constraint.h 192 btVector3 m_currentLinearDiff;
207 m_currentLinearDiff .setValue(0.f , 0.f , 0.f );
239 m_currentLinearDiff = other.m_currentLinearDiff;
btGeneric6DofConstraint.h 159 btVector3 m_currentLinearDiff;//! Current relative offset of constraint frames
btGeneric6DofConstraint.cpp 632 limot.m_currentPosition = m_linearLimits.m_currentLinearDiff[i];
766 m_linearLimits.m_currentLinearDiff[i] = m_calculatedLinearDiff[i];
btGeneric6DofSpring2Constraint.cpp 500 limot.m_currentPosition = m_linearLimits.m_currentLinearDiff[i];
612 m_linearLimits.m_currentLinearDiff[i] = m_calculatedLinearDiff[i];
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/
dynamics_wrap.cpp     [all...]

Completed in 117 milliseconds