Searched refs:targetDistance (Results 1 – 1 of 1) sorted by relevance
765 float targetDistance = mDistance + (mVelocity * deltaT / mHeight); in updateSpring() local766 if (Math.signum(targetDistance) != Math.signum(mDistance)) { in updateSpring()771 mDistance = targetDistance; in updateSpring()