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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btHingeConstraint.h 344 btScalar m_accumulatedAngle;
352 m_accumulatedAngle=getHingeAngle();
358 m_accumulatedAngle=getHingeAngle();
364 m_accumulatedAngle=getHingeAngle();
370 m_accumulatedAngle=getHingeAngle();
btHingeConstraint.cpp 335 m_accumulatedAngle = btShortestAngleUpdate(m_accumulatedAngle,hingeAngle);
336 return m_accumulatedAngle;
340 m_accumulatedAngle = accAngle;
345 //update m_accumulatedAngle
347 m_accumulatedAngle = btShortestAngleUpdate(m_accumulatedAngle,curHingeAngle);
    [all...]

Completed in 39 milliseconds