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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btTransformUtil.h 189 btScalar relLinVelocLength = relLinVel.dot(m_separatingNormal);
190 if (relLinVelocLength<0.f)
192 relLinVelocLength = 0.f;
195 btScalar projectedMotion = maxAngularProjectedVelocity +relLinVelocLength;
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
btContinuousConvexCollision.cpp 111 btScalar relLinVelocLength = (linVelB-linVelA).length();
113 if ((relLinVelocLength+maxAngularProjectedVelocity) == 0.f)

Completed in 112 milliseconds