Package com.diozero.animation.easing
Class Exponential
- java.lang.Object
-
- com.diozero.animation.easing.Exponential
-
public class Exponential extends Object
-
-
Constructor Summary
Constructors Constructor Description Exponential()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static float
easeIn(float t, float b, float c, float d)
static float
easeInOut(float t, float b, float c, float d)
static float
easeOut(float t, float b, float c, float d)
-
-
-
Field Detail
-
IN
public static final String IN
- See Also:
- Constant Field Values
-
OUT
public static final String OUT
- See Also:
- Constant Field Values
-
IN_OUT
public static final String IN_OUT
- See Also:
- Constant Field Values
-
-