Cinder  0.9.1
Classes | Namespaces | Functions
Easing.h File Reference
#include "cinder/CinderMath.h"

Classes

struct  cinder::EaseNone
 
struct  cinder::EaseInQuad
 
struct  cinder::EaseOutQuad
 
struct  cinder::EaseInOutQuad
 
struct  cinder::EaseOutInQuad
 
struct  cinder::EaseInCubic
 
struct  cinder::EaseOutCubic
 
struct  cinder::EaseInOutCubic
 
struct  cinder::EaseOutInCubic
 
struct  cinder::EaseInQuart
 
struct  cinder::EaseOutQuart
 
struct  cinder::EaseInOutQuart
 
struct  cinder::EaseOutInQuart
 
struct  cinder::EaseInQuint
 
struct  cinder::EaseOutQuint
 
struct  cinder::EaseInOutQuint
 
struct  cinder::EaseOutInQuint
 
struct  cinder::EaseInSine
 
struct  cinder::EaseOutSine
 
struct  cinder::EaseInOutSine
 
struct  cinder::EaseOutInSine
 
struct  cinder::EaseInExpo
 
struct  cinder::EaseOutExpo
 
struct  cinder::EaseInOutExpo
 
struct  cinder::EaseOutInExpo
 
struct  cinder::EaseInCirc
 
struct  cinder::EaseOutCirc
 
struct  cinder::EaseInOutCirc
 
struct  cinder::EaseOutInCirc
 
struct  cinder::EaseInBounce
 
struct  cinder::EaseOutBounce
 
struct  cinder::EaseInOutBounce
 
struct  cinder::EaseOutInBounce
 
struct  cinder::EaseInBack
 
struct  cinder::EaseOutBack
 
struct  cinder::EaseInOutBack
 
struct  cinder::EaseOutInBack
 
struct  cinder::EaseInElastic
 
struct  cinder::EaseOutElastic
 
struct  cinder::EaseInOutElastic
 
struct  cinder::EaseOutInElastic
 
struct  cinder::EaseInAtan
 
struct  cinder::EaseOutAtan
 
struct  cinder::EaseInOutAtan
 

Namespaces

 cinder
 

Functions

float cinder::easeNone (float t)
 
float cinder::easeInQuad (float t)
 
float cinder::easeOutQuad (float t)
 
float cinder::easeInOutQuad (float t)
 
float cinder::easeOutInQuad (float t)
 
float cinder::easeInCubic (float t)
 
float cinder::easeOutCubic (float t)
 
float cinder::easeInOutCubic (float t)
 
float cinder::easeOutInCubic (float t)
 
float cinder::easeInQuart (float t)
 
float cinder::easeOutQuart (float t)
 
float cinder::easeInOutQuart (float t)
 
float cinder::easeOutInQuart (float t)
 
float cinder::easeInQuint (float t)
 
float cinder::easeOutQuint (float t)
 
float cinder::easeInOutQuint (float t)
 
float cinder::easeOutInQuint (float t)
 
float cinder::easeInSine (float t)
 
float cinder::easeOutSine (float t)
 
float cinder::easeInOutSine (float t)
 
float cinder::easeOutInSine (float t)
 
float cinder::easeInExpo (float t)
 
float cinder::easeOutExpo (float t)
 
float cinder::easeInOutExpo (float t)
 
float cinder::easeOutInExpo (float t)
 
float cinder::easeInCirc (float t)
 
float cinder::easeOutCirc (float t)
 
float cinder::easeInOutCirc (float t)
 
float cinder::easeOutInCirc (float t)
 
float cinder::easeInBounce (float t, float a=1.70158f)
 
float cinder::easeOutBounce (float t, float a=1.70158f)
 
float cinder::easeInOutBounce (float t, float a=1.70158f)
 
float cinder::easeOutInBounce (float t, float a=1.70158f)
 
float cinder::easeInBack (float t, float s=1.70158f)
 
float cinder::easeOutBack (float t, float s=1.70158f)
 
float cinder::easeInOutBack (float t, float s=1.70158f)
 
float cinder::easeOutInBack (float t, float s)
 
float cinder::easeInElastic (float t, float amplitude, float period)
 
float cinder::easeOutElastic (float t, float amplitude, float period)
 
float cinder::easeInOutElastic (float t, float amplitude, float period)
 
float cinder::easeOutInElastic (float t, float amplitude, float period)
 
float cinder::easeInAtan (float t, float a=15)
 
float cinder::easeOutAtan (float t, float a=15)
 
float cinder::easeInOutAtan (float t, float a=15)