pub fn smooth_stop5<T: Float, X: Base<T> + SignedNumberOps<T>>(
t: X,
b: X,
c: X,
d: X,
) -> XExpand description
returns value t between the range c and d with offset b creating smooth easing at the end of t (t^5)
pub fn smooth_stop5<T: Float, X: Base<T> + SignedNumberOps<T>>(
t: X,
b: X,
c: X,
d: X,
) -> Xreturns value t between the range c and d with offset b creating smooth easing at the end of t (t^5)