Searched refs:smoothStep (Results 1 – 3 of 3) sorted by relevance
259 public static float smoothStep(float start, float end, float x) { in smoothStep() method in MathUtils
1030 MathUtils.smoothStep(slowVelocityBound, fastVelocityBound, abs(xVelocity)) in <lambda>()
5561 return MathUtils.smoothStep(0, totalDistance, pulseHeight); in calculateAppearFractionBypass()