DVUI

outQuart

curve

Parameters

#
t:f32
f32

Source

Implementation

#
pub fn outQuart(t: f32) f32 {
    return 1 - inQuart(1 - t);
}