pub fn easing_smoothstep() -> impl Fn(f64) -> f64
Cubic smoothstep t * t * (3 - 2 * t).
t * t * (3 - 2 * t)