DVUI

inQuint

curve

Parameters

#
t:f32
f32

Source

Implementation

#
pub fn inQuint(t: f32) f32 {
    return t * t * t * t * t;
}