Easing equation for a bounce (exponentially decaying parabolic bounce) ease-in/out, accelerating until halfway, then decelerating. Functor edition. The a parameter controls overshoot, the default producing a 10% overshoot.
More...
#include <Easing.h>
Easing equation for a bounce (exponentially decaying parabolic bounce) ease-in/out, accelerating until halfway, then decelerating. Functor edition. The a parameter controls overshoot, the default producing a 10% overshoot.
cinder::EaseInOutBounce::EaseInOutBounce |
( |
float |
a = 1.70158f | ) |
|
float cinder::EaseInOutBounce::operator() |
( |
float |
t | ) |
|
float cinder::EaseInOutBounce::mA |
The documentation for this struct was generated from the following file: