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