Class AnimationFunctions
java.lang.Object
net.createmod.catnip.utility.animation.AnimationFunctions
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AnimationFunctions
public AnimationFunctions()
-
-
Method Details
-
easeOut
public static float easeOut(float t) -
easeInOut
public static float easeInOut(float t) -
easeIn
public static float easeIn(float t)
-