Function emath::easing::cubic_in

source ยท
pub fn cubic_in(t: f32) -> f32
Expand description

https://easings.net/#easeInCubic

Modeled after the parabola y = x^3