Easing equation for an atan ease-in, accelerating from zero velocity. Functor edition. Used by permssion from Chris McKenzie.
More...
#include <Easing.h>
Easing equation for an atan ease-in, accelerating from zero velocity. Functor edition. Used by permssion from Chris McKenzie.
cinder::EaseInAtan::EaseInAtan |
( |
float |
a = 15 | ) |
|
float cinder::EaseInAtan::operator() |
( |
float |
t | ) |
const |
float cinder::EaseInAtan::mA |
float cinder::EaseInAtan::mInvM |
The documentation for this struct was generated from the following file: