Function emath::easing::sin_out

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

https://easings.net/#easeOuSine

Modeled after quarter-cycle of sine wave (different phase)