DVUI

outSine

curve

Parameters

#
t:f32
f32

Source

Implementation

#
pub fn outSine(t: f32) f32 {
    return std.math.sin(t * std.math.pi / 2);
}