Pioneer
Loading...
Searching...
No Matches
Namespaces | Functions
AnimationCurves.h File Reference
#include "FloatComparison.h"
#include <cmath>
Include dependency graph for AnimationCurves.h:
This graph shows which files directly or indirectly include this file:

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)