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