Function emath::easing::exponential_in_out
source · pub fn exponential_in_out(t: f32) -> f32Expand description
https://easings.net/#easeInOutExpo
There is a small discontinuity at 0 and 1.
pub fn exponential_in_out(t: f32) -> f32https://easings.net/#easeInOutExpo
There is a small discontinuity at 0 and 1.