Easing equation for an atan ease-out, decelerating from zero velocity. Functor edition. Used by permssion from Chris McKenzie. More...
#include <Easing.h>
Public Member Functions | |
| EaseOutAtan (float a=15) | |
| float | operator() (float t) const |
Public Attributes | |
| float | mA |
| float | mInvM |
Easing equation for an atan ease-out, decelerating from zero velocity. Functor edition. Used by permssion from Chris McKenzie.
| cinder::EaseOutAtan::EaseOutAtan | ( | float | a = 15 | ) |
| float cinder::EaseOutAtan::operator() | ( | float | t | ) | const |
| float cinder::EaseOutAtan::mA |