rerun::external::eframe::egui::epaint::emath::easing

Function quadratic_in

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

https://easings.net/#easeInQuad

Modeled after the parabola y = x^2