DVUI

inQuad

curve

Parameters

#
t:f32
f32

Source

Implementation

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