dvui › easing › inCubicinCubic Parameters#t:f32f32SourceImplementation#pub fn inCubic(t: f32) f32 { return t * t * t; }