DVUI

outCirc

curve

Parameters

#
t:f32
f32

Source

Implementation

#
pub fn outCirc(t: f32) f32 {
    return 1 - inCirc(1 - t);
}