Exemplo n.º 1
0
 public static float GetSmoothStart4Range(Property p, float t)
 {
     return(p.start + (p.end - p.start) * EZEasings.SmoothStart4(t));
 }