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.
More...
#include <Easing.h>
List of all members.
Detailed Description
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.
Constructor & Destructor Documentation
Member Function Documentation
float cinder::EaseInBounce::operator() |
( |
float |
t | ) |
|
Member Data Documentation
The documentation for this struct was generated from the following file: