Easing equation for an elastic (exponentially decaying sine wave) ease-out/in, decelerating until halfway, then accelerating. Functor edition. More...
#include <Easing.h>
Public Member Functions | |
EaseOutInElastic (float amplitude, float period) | |
float | operator() (float t) |
Public Attributes | |
float | mA |
float | mP |
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 | ) |