Easing equation for an atan ease-out, decelerating from zero velocity. Functor edition. Used by permssion from Chris McKenzie.
More...
#include <Easing.h>
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 |
float cinder::EaseOutAtan::mInvM |
The documentation for this struct was generated from the following file: