Ejemplo n.º 1
0
 public static float Slerp(float v1, float v2, float amount)
 {
     return(Helper.SmoothStep(v1, v2, amount));
 }