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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btGeneric6DofConstraint.cpp 403 m_factA = miB / miS;
407 m_factA = btScalar(0.5f);
409 m_factB = btScalar(1.0f) - m_factA;
813 relA = orthoA + totalDist * m_factA;
819 tmpA *= m_factA;
btGeneric6DofSpring2Constraint.cpp 429 m_factA = miB / miS;
433 m_factA = btScalar(0.5f);
435 m_factB = btScalar(1.0f) - m_factA;
641 tmpA *= m_factA;
    [all...]
btGeneric6DofConstraint.h 316 btScalar m_factA;
btGeneric6DofSpring2Constraint.h 299 btScalar m_factA;

Completed in 85 milliseconds