EaseOutInBack /

#includecinder/Easing.h

Easing equation for a back (overshooting cubic easing: (s+1)*t^3 - s*t^2) ease-out/in, decelerating until halfway, then accelerating. Functor edition. The a parameter controls overshoot, the default producing a 10% overshoot.


Public Member Functions

  • EaseOutInBack (float s=1.70158f)
  • float
    operator() (float t)