Beispiel #1
0
 public static float EaseInQuad(float value, float start, float end) => Interpolation_External.EaseInQuad(value, start, end);