|
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) |
|