Package net.pl3x.map.core.renderer
Class Renderer.Easing
java.lang.Object
net.pl3x.map.core.renderer.Renderer.Easing
- Enclosing class:
Renderer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic float
cubicOut
(float t) static float
quinticOut
(float t)
-
Constructor Details
-
Easing
public Easing()
-
-
Method Details
-
cubicOut
public static float cubicOut(float t) -
quinticOut
public static float quinticOut(float t)
-