public interface TimeInterpolator
Modifier and Type | Method and Description |
---|---|
float |
getInterpolation(float input)
Maps a value representing the elapsed fraction of an animation to a value that represents
the interpolated fraction.
|
float getInterpolation(float input)
input
- A value between 0 and 1.0 indicating our current point
in the animation where 0 represents the start and 1.0 represents
the end