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