Method CubicOut
CubicOut(double)
Cubic ease-out — starts fast and decelerates toward the end.
Formula: 1 - (1 - t)³
public static double CubicOut(double t)
Parameters
tdoubleNormalized time in [0, 1].
Cubic ease-out — starts fast and decelerates toward the end.
Formula: 1 - (1 - t)³
public static double CubicOut(double t)
t doubleNormalized time in [0, 1].