![]() |
Cinder
0.9.1
|
#include <Easing.h>
Public Member Functions | |
EaseInOutBack (float s=1.70158f) | |
float | operator() (float t) |
Public Attributes | |
float | mS |
Easing equation for a back (overshooting cubic easing: (s+1)*t^3 - s*t^2) ease-in/out, accelerating until halfway, then decelerating. Functor edition. The a parameter controls overshoot, the default producing a 10% overshoot.
cinder::EaseInOutBack::EaseInOutBack | ( | float | s = 1.70158f | ) |
float cinder::EaseInOutBack::operator() | ( | float | t | ) |
float cinder::EaseInOutBack::mS |