![]() |
Cinder
0.9.1
|
#include <Easing.h>
Public Member Functions | |
EaseInBounce (float a=1.70158f) | |
float | operator() (float t) |
Public Attributes | |
float | mA |
Easing equation for a bounce (exponentially decaying parabolic bounce) ease-in, accelerating from zero velocity. Functor edition. The a parameter controls overshoot, the default producing a 10% overshoot.
cinder::EaseInBounce::EaseInBounce | ( | float | a = 1.70158f | ) |
float cinder::EaseInBounce::operator() | ( | float | t | ) |
float cinder::EaseInBounce::mA |