public class AnimationUtils extends Object
| Constructor and Description |
|---|
AnimationUtils() |
| Modifier and Type | Method and Description |
|---|---|
static float |
clamp(float from,
float to,
float value) |
static float |
lerp(float from,
float to,
float progress) |
static float |
shortestAngleBetween(float start,
float dest) |