Function emath::easing::quadratic_in

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

https://easings.net/#easeInQuad

Modeled after the parabola y = x^2