イージング処理をまとめたクラス More...
Public Types | |
enum | Type { Linear , QuadIn , QuadOut , QuadInOut } |
イージング種類。後で種類を増やす More... | |
Static Public Member Functions | |
static float | Ease (Type type, float t) |
tにイージングを施す | |
Static Private Member Functions | |
static float | Linear (float t) |
static float | QuadIn (float t) |
static float | QuadOut (float t) |
static float | QuadInOut (float t) |
イージング処理をまとめたクラス
|
static |
tにイージングを施す
type | イージングの種類 |
t | t(0~1) |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |