Easing equation for a bounce (exponentially decaying parabolic bounce) ease-out/in, decelerating until halfway, then accelerating. Functor edition. The a parameter controls overshoot, the default producing a 10% overshoot. More...
#include <Easing.h>
Public Member Functions | |
| EaseOutInBounce (float a=1.70158f) | |
| float | operator() (float t) |
Public Attributes | |
| float | mA |
Easing equation for a bounce (exponentially decaying parabolic bounce) ease-out/in, decelerating until halfway, then accelerating. Functor edition. The a parameter controls overshoot, the default producing a 10% overshoot.
| cinder::EaseOutInBounce::EaseOutInBounce | ( | float | a = 1.70158f | ) |
| float cinder::EaseOutInBounce::operator() | ( | float | t | ) |