dvui › easing › inSineinSine Parameters#t:f32f32SourceImplementation#pub fn inSine(t: f32) f32 { return 1 - std.math.cos(t * std.math.pi / 2); }