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