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>
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 |
float cinder::EaseInOutAtan::mA |
float cinder::EaseInOutAtan::mInv2M |
The documentation for this struct was generated from the following file: