| Class | Description |
|---|---|
| Interpolation |
Takes a linear value in the range of 0-1 and outputs a (usually) non-linear,
interpolated value.
|
| Interpolation.Bounce | |
| Interpolation.BounceIn | |
| Interpolation.BounceOut | |
| Interpolation.Elastic | |
| Interpolation.ElasticIn | |
| Interpolation.ElasticOut | |
| Interpolation.Exp | |
| Interpolation.ExpIn | |
| Interpolation.ExpOut | |
| Interpolation.Pow | |
| Interpolation.PowIn | |
| Interpolation.PowOut | |
| Interpolation.Swing | |
| Interpolation.SwingIn | |
| Interpolation.SwingOut | |
| MathUtils |
Utility and fast math functions.
|
| Vec3 |