Home
last modified time | relevance | path

Searched refs:frictionCoeffecient (Results 1 – 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DPhysicsComponent.java92 float frictionCoeffecient = Math.abs(currentVelocity.x) > 0.0f ? in update() local
94 frictionCoeffecient *= timeDelta; in update()
99 * frictionCoeffecient; in update()