Easing equation for a back (overshooting cubic easing: (s+1)*t^3 - s*t^2) ease-in, accelerating from zero velocity. Functor edition. The a parameter controls overshoot, the default producing a 10% overshoot.
More...
#include <Easing.h>
Easing equation for a back (overshooting cubic easing: (s+1)*t^3 - s*t^2) ease-in, accelerating from zero velocity. Functor edition. The a parameter controls overshoot, the default producing a 10% overshoot.
cinder::EaseInBack::EaseInBack |
( |
float |
s = 1.70158f | ) |
|
float cinder::EaseInBack::operator() |
( |
float |
t | ) |
|
float cinder::EaseInBack::mS |
The documentation for this struct was generated from the following file: