Method CubicInOut
CubicInOut(double)
Cubic ease-in-out — accelerates then decelerates with cubic curve.
public static double CubicInOut(double t)
Parameters
tdoubleNormalized time in [0, 1].
Cubic ease-in-out — accelerates then decelerates with cubic curve.
public static double CubicInOut(double t)
t doubleNormalized time in [0, 1].