Easing equation for an elastic (exponentially decaying sine wave) ease-in, accelerating from zero velocity. Functor edition. More...
#include <Easing.h>
Public Member Functions | |
| EaseInElastic (float amplitude, float period) | |
| float | operator() (float t) |
Public Attributes | |
| float | mA |
| float | mP |
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 | ) |