DVUI

outQuad

curve

Parameters

#
t:f32
f32

Source

Implementation

#
pub fn outQuad(t: f32) f32 {
    return 1 - inQuad(1 - t);
}