Function maths_rs::smooth_start3
source · pub fn smooth_start3<T: Float, X: Base<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 start (t^3)