cinder::EaseOutBack Struct Reference

Easing equation for a back (overshooting cubic easing: (s+1)*t^3 - s*t^2) ease-out, decelerating from zero velocity. Functor edition. The a parameter controls overshoot, the default producing a 10% overshoot. More...

#include <Easing.h>

List of all members.

Public Member Functions

 EaseOutBack (float s=1.70158f)
float operator() (float t)

Public Attributes

float mS

Detailed Description

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


Constructor & Destructor Documentation

cinder::EaseOutBack::EaseOutBack ( float  s = 1.70158f )

Member Function Documentation

float cinder::EaseOutBack::operator() ( float  t )

Member Data Documentation


The documentation for this struct was generated from the following file: