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

  /external/replicaisland/src/com/replica/replicaisland/
PhysicsComponent.java 92 float frictionCoeffecient = Math.abs(currentVelocity.x) > 0.0f ?
94 frictionCoeffecient *= timeDelta;
99 * frictionCoeffecient;

Completed in 107 milliseconds