cocos2d-x  2.2.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
CCTweenFunction Class Reference

#include <CCTweenFunction.h>

Static Public Member Functions

static float tweenTo (float from, float change, float time, float duration, CCTweenType tweenType)
static float linear (float t, float b, float c, float d)
static float sineEaseIn (float t, float b, float c, float d)
static float sineEaseOut (float t, float b, float c, float d)
static float sineEaseInOut (float t, float b, float c, float d)
static float quadEaseIn (float t, float b, float c, float d)
static float quadEaseOut (float t, float b, float c, float d)
static float quadEaseInOut (float t, float b, float c, float d)
static float cubicEaseIn (float t, float b, float c, float d)
static float cubicEaseOut (float t, float b, float c, float d)
static float cubicEaseInOut (float t, float b, float c, float d)
static float quartEaseIn (float t, float b, float c, float d)
static float quartEaseOut (float t, float b, float c, float d)
static float quartEaseInOut (float t, float b, float c, float d)
static float quintEaseIn (float t, float b, float c, float d)
static float quintEaseOut (float t, float b, float c, float d)
static float quintEaseInOut (float t, float b, float c, float d)
static float expoEaseIn (float t, float b, float c, float d)
static float expoEaseOut (float t, float b, float c, float d)
static float expoEaseInOut (float t, float b, float c, float d)
static float circEaseIn (float t, float b, float c, float d)
static float circEaseOut (float t, float b, float c, float d)
static float circEaseInOut (float t, float b, float c, float d)
static float elasticEaseIn (float t, float b, float c, float d, float a=0, float p=0)
static float elasticEaseOut (float t, float b, float c, float d, float a=0, float p=0)
static float elasticEaseInOut (float t, float b, float c, float d, float a=0, float p=0)
static float backEaseIn (float t, float b, float c, float d, float s=0)
static float backEaseOut (float t, float b, float c, float d, float s=0)
static float backEaseInOut (float t, float b, float c, float d, float s=0)
static float bounceEaseIn (float t, float b, float c, float d)
static float bounceEaseOut (float t, float b, float c, float d)
static float bounceEaseInOut (float t, float b, float c, float d)

Member Function Documentation

static float backEaseIn ( float  t,
float  b,
float  c,
float  d,
float  s = 0 
)
static
static float backEaseInOut ( float  t,
float  b,
float  c,
float  d,
float  s = 0 
)
static
static float backEaseOut ( float  t,
float  b,
float  c,
float  d,
float  s = 0 
)
static
static float bounceEaseIn ( float  t,
float  b,
float  c,
float  d 
)
static
static float bounceEaseInOut ( float  t,
float  b,
float  c,
float  d 
)
static
static float bounceEaseOut ( float  t,
float  b,
float  c,
float  d 
)
static
static float circEaseIn ( float  t,
float  b,
float  c,
float  d 
)
static
static float circEaseInOut ( float  t,
float  b,
float  c,
float  d 
)
static
static float circEaseOut ( float  t,
float  b,
float  c,
float  d 
)
static
static float cubicEaseIn ( float  t,
float  b,
float  c,
float  d 
)
static
static float cubicEaseInOut ( float  t,
float  b,
float  c,
float  d 
)
static
static float cubicEaseOut ( float  t,
float  b,
float  c,
float  d 
)
static
static float elasticEaseIn ( float  t,
float  b,
float  c,
float  d,
float  a = 0,
float  p = 0 
)
static
static float elasticEaseInOut ( float  t,
float  b,
float  c,
float  d,
float  a = 0,
float  p = 0 
)
static
static float elasticEaseOut ( float  t,
float  b,
float  c,
float  d,
float  a = 0,
float  p = 0 
)
static
static float expoEaseIn ( float  t,
float  b,
float  c,
float  d 
)
static
static float expoEaseInOut ( float  t,
float  b,
float  c,
float  d 
)
static
static float expoEaseOut ( float  t,
float  b,
float  c,
float  d 
)
static
static float linear ( float  t,
float  b,
float  c,
float  d 
)
static
static float quadEaseIn ( float  t,
float  b,
float  c,
float  d 
)
static
static float quadEaseInOut ( float  t,
float  b,
float  c,
float  d 
)
static
static float quadEaseOut ( float  t,
float  b,
float  c,
float  d 
)
static
static float quartEaseIn ( float  t,
float  b,
float  c,
float  d 
)
static
static float quartEaseInOut ( float  t,
float  b,
float  c,
float  d 
)
static
static float quartEaseOut ( float  t,
float  b,
float  c,
float  d 
)
static
static float quintEaseIn ( float  t,
float  b,
float  c,
float  d 
)
static
static float quintEaseInOut ( float  t,
float  b,
float  c,
float  d 
)
static
static float quintEaseOut ( float  t,
float  b,
float  c,
float  d 
)
static
static float sineEaseIn ( float  t,
float  b,
float  c,
float  d 
)
static
static float sineEaseInOut ( float  t,
float  b,
float  c,
float  d 
)
static
static float sineEaseOut ( float  t,
float  b,
float  c,
float  d 
)
static
static float tweenTo ( float  from,
float  change,
float  time,
float  duration,
CCTweenType  tweenType 
)
static

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