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