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