HomeSort by relevance Sort by last modified time
    Searched full:facta (Results 1 - 3 of 3) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btSliderConstraint.cpp 285 btScalar factA, factB;
288 factA = miB / miS;
292 factA = btScalar(0.5f);
294 factB = btScalar(1.0f) - factA;
302 ax1 = ax1A * factA + ax1B * factB;
397 relA = orthoA + totalDist * factA;
400 p = orthoB * factA + orthoA * factB;
423 tmpA *= factA;
437 for (i=0; i<3; i++) info->m_J1angularAxis[s2+i] = factA*tmp[i];
440 for (i=0; i<3; i++) info->m_J1angularAxis[s3+i] = factA*tmp[i]
    [all...]
btHingeConstraint.cpp 795 btScalar factA, factB;
798 factA = miB / miS;
802 factA = btScalar(0.5f);
804 factB = btScalar(1.0f) - factA;
809 btVector3 ax1 = ax1A * factA + ax1B * factB;
832 relA = orthoA + totalDist * factA;
835 p = orthoB * factA + orthoA * factB;
858 tmpA *= factA;
868 tmpA *= factA;
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
FastMath.java 3313 final double facta = 0.01745329052209854; local
3338 final double facta = 57.2957763671875; local
    [all...]

Completed in 107 milliseconds