LuaSTG-x Core API
math::tween Class Reference

Public Member Functions

static function backIn (local t, local b, local c, local d, local s)
 
static function backInOut (local t, local b, local c, local d, local s)
 
static function backOut (local t, local b, local c, local d, local s)
 
static function bounceIn (local t, local b, local c, local d)
 
static function bounceInOut (local t, local b, local c, local d)
 
static function bounceOut (local t, local b, local c, local d)
 
static function circIn (local t, local b, local c, local d)
 
static function circInOut (local t, local b, local c, local d)
 
static function circOut (local t, local b, local c, local d)
 
static function cubicIn (local t, local b, local c, local d)
 
static function cubicInOut (local t, local b, local c, local d)
 
static function cubicOut (local t, local b, local c, local d)
 
static function elasticIn (local t, local b, local c, local d, local a, local p)
 
static function elasticInOut (local t, local b, local c, local d, local a, local p)
 
static function elasticOut (local t, local b, local c, local d, local a, local p)
 
static function expoIn (local t, local b, local c, local d)
 
static function expoInOut (local t, local b, local c, local d)
 
static function expoOut (local t, local b, local c, local d)
 
static function linear (local t, local b, local c, local d)
 
static function quadIn (local t, local b, local c, local d)
 
static function quadInOut (local t, local b, local c, local d)
 
static function quadOut (local t, local b, local c, local d)
 
static function quartIn (local t, local b, local c, local d)
 
static function quartInOut (local t, local b, local c, local d)
 
static function quartOut (local t, local b, local c, local d)
 
static function quintIn (local t, local b, local c, local d)
 
static function quintInOut (local t, local b, local c, local d)
 
static function quintOut (local t, local b, local c, local d)
 
static function sineIn (local t, local b, local c, local d)
 
static function sineInOut (local t, local b, local c, local d)
 
static function sineOut (local t, local b, local c, local d)
 

Member Function Documentation

◆ backIn()

static function backIn ( local  t,
local  b,
local  c,
local  d,
local  s 
)

◆ backInOut()

static function backInOut ( local  t,
local  b,
local  c,
local  d,
local  s 
)

◆ backOut()

static function backOut ( local  t,
local  b,
local  c,
local  d,
local  s 
)

◆ bounceIn()

static function bounceIn ( local  t,
local  b,
local  c,
local  d 
)

◆ bounceInOut()

static function bounceInOut ( local  t,
local  b,
local  c,
local  d 
)

◆ bounceOut()

static function bounceOut ( local  t,
local  b,
local  c,
local  d 
)

◆ circIn()

static function circIn ( local  t,
local  b,
local  c,
local  d 
)

◆ circInOut()

static function circInOut ( local  t,
local  b,
local  c,
local  d 
)

◆ circOut()

static function circOut ( local  t,
local  b,
local  c,
local  d 
)

◆ cubicIn()

static function cubicIn ( local  t,
local  b,
local  c,
local  d 
)

◆ cubicInOut()

static function cubicInOut ( local  t,
local  b,
local  c,
local  d 
)

◆ cubicOut()

static function cubicOut ( local  t,
local  b,
local  c,
local  d 
)

◆ elasticIn()

static function elasticIn ( local  t,
local  b,
local  c,
local  d,
local  a,
local  p 
)

◆ elasticInOut()

static function elasticInOut ( local  t,
local  b,
local  c,
local  d,
local  a,
local  p 
)

◆ elasticOut()

static function elasticOut ( local  t,
local  b,
local  c,
local  d,
local  a,
local  p 
)

◆ expoIn()

static function expoIn ( local  t,
local  b,
local  c,
local  d 
)

◆ expoInOut()

static function expoInOut ( local  t,
local  b,
local  c,
local  d 
)

◆ expoOut()

static function expoOut ( local  t,
local  b,
local  c,
local  d 
)

◆ linear()

static function linear ( local  t,
local  b,
local  c,
local  d 
)

◆ quadIn()

static function quadIn ( local  t,
local  b,
local  c,
local  d 
)

◆ quadInOut()

static function quadInOut ( local  t,
local  b,
local  c,
local  d 
)

◆ quadOut()

static function quadOut ( local  t,
local  b,
local  c,
local  d 
)

◆ quartIn()

static function quartIn ( local  t,
local  b,
local  c,
local  d 
)

◆ quartInOut()

static function quartInOut ( local  t,
local  b,
local  c,
local  d 
)

◆ quartOut()

static function quartOut ( local  t,
local  b,
local  c,
local  d 
)

◆ quintIn()

static function quintIn ( local  t,
local  b,
local  c,
local  d 
)

◆ quintInOut()

static function quintInOut ( local  t,
local  b,
local  c,
local  d 
)

◆ quintOut()

static function quintOut ( local  t,
local  b,
local  c,
local  d 
)

◆ sineIn()

static function sineIn ( local  t,
local  b,
local  c,
local  d 
)

◆ sineInOut()

static function sineInOut ( local  t,
local  b,
local  c,
local  d 
)

◆ sineOut()

static function sineOut ( local  t,
local  b,
local  c,
local  d 
)

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