Easing equation for an atan ease-in/out, accelerating until halfway, then decelerating. Functor edition. Used by permssion from Chris McKenzie. More...
#include <Easing.h>
Public Member Functions | |
EaseInOutAtan (float a=15) | |
float | operator() (float t) const |
Public Attributes | |
float | mA |
float | mInv2M |
Easing equation for an atan ease-in/out, accelerating until halfway, then decelerating. Functor edition. Used by permssion from Chris McKenzie.
cinder::EaseInOutAtan::EaseInOutAtan | ( | float | a = 15 | ) |
float cinder::EaseInOutAtan::operator() | ( | float | t | ) | const |