public class EaseBackIn extends java.lang.Object implements IEaseFunction
| Modifier and Type | Method and Description |
|---|---|
static EaseBackIn |
getInstance() |
float |
getPercentage(float pSecondsElapsed,
float pDuration) |
static float |
getValue(float pPercentage) |
public static EaseBackIn getInstance()
public float getPercentage(float pSecondsElapsed,
float pDuration)
getPercentage in interface IEaseFunctionpublic static float getValue(float pPercentage)