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