Cinder  0.9.1
Public Member Functions | Public Attributes | List of all members
cinder::EaseOutInBack Struct Reference

#include <Easing.h>

Public Member Functions

 EaseOutInBack (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/in, decelerating until halfway, then accelerating. Functor edition. The a parameter controls overshoot, the default producing a 10% overshoot.

Constructor & Destructor Documentation

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

Member Function Documentation

float cinder::EaseOutInBack::operator() ( float  t)

Member Data Documentation

float cinder::EaseOutInBack::mS

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