Searched refs:fromMax (Results 1 – 1 of 1) sorted by relevance
374 public static float mapToRange(float t, float fromMin, float fromMax, float toMin, float toMax, in mapToRange() argument376 if (fromMin == fromMax || toMin == toMax) { in mapToRange()380 float progress = getProgress(t, fromMin, fromMax); in mapToRange()