![]() |
Pioneer
|


Go to the source code of this file.
Namespaces | |
| namespace | AnimationCurves |
Functions | |
| template<class T > | |
| void | AnimationCurves::Approach (T &cur, const T target, float frameTime, const T exponentialFactor=10, T linearFactor=1) |
| float | AnimationCurves::InOutQuadraticEasing (float p) |
| float | AnimationCurves::InOutCubicEasing (float p) |
| float | AnimationCurves::InOutSineEasing (float p) |
| float | AnimationCurves::SmoothEasing (double p, double e) |