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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
btContinuousConvexCollision.cpp 153 btScalar projectedLinearVelocity = relLinVel.dot(n);
154 if ((projectedLinearVelocity+ maxAngularProjectedVelocity)<=SIMD_EPSILON)
166 projectedLinearVelocity = relLinVel.dot(n);
170 if ((projectedLinearVelocity+ maxAngularProjectedVelocity)<=SIMD_EPSILON)
173 dLambda = dist / (projectedLinearVelocity+ maxAngularProjectedVelocity);
btGjkConvexCast.cpp 113 btScalar projectedLinearVelocity = r.dot(n);
115 dLambda = dist / (projectedLinearVelocity);

Completed in 65 milliseconds