Easing equation for an elastic (exponentially decaying sine wave) ease-in/out, accelerating until halfway, then decelerating. Functor edition.
More...
#include <Easing.h>
Easing equation for an elastic (exponentially decaying sine wave) ease-in/out, accelerating until halfway, then decelerating. Functor edition.
cinder::EaseInOutElastic::EaseInOutElastic |
( |
float |
amplitude, |
|
|
float |
period |
|
) |
| |
float cinder::EaseInOutElastic::operator() |
( |
float |
t | ) |
|
float cinder::EaseInOutElastic::mA |
float cinder::EaseInOutElastic::mP |
The documentation for this struct was generated from the following file: