Easing equation for an exponential (2^t) ease-out/in, decelerating until halfway, then accelerating. Functor edition. More...
#include <Easing.h>
Public Member Functions | |
float | operator() (float t) const |
Easing equation for an exponential (2^t) ease-out/in, decelerating until halfway, then accelerating. Functor edition.
float cinder::EaseOutInExpo::operator() | ( | float | t ) | const |