Searched refs:frictionCoeffecient (Results 1 – 1 of 1) sorted by relevance
92 float frictionCoeffecient = Math.abs(currentVelocity.x) > 0.0f ? in update() local94 frictionCoeffecient *= timeDelta; in update()99 * frictionCoeffecient; in update()