public static float GetSmoothStepRange(Property p, float t) { return(p.start + (p.end - p.start) * EZEasings.SmoothStep3(t)); }
float GetSmoothStepRange(AnimationParameter p) { return(p.start + (p.end - p.start) * EZEasings.SmoothStep3(percent)); }