|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object common:Generic ck:Easing ck:EasingSineInOut
class
class EasingSineInOut (ck.ulb:Easing){ protected: float func doEase(float t) float _t=t*#PI-(#PI/2) return sin(_t)*0.5+0.5; endfunc default: title = "Sine In Out" }
Constructor Summary | |
---|---|
EasingSineInOut()
|
Method Summary | |
---|---|
protected float |
doEase(float t)
|
Methods inherited from class ck:Easing |
---|
Ease |
Methods inherited from class common:Generic |
---|
GetParent |
Methods inherited from class Object |
---|
|
Constructor Detail |
---|
public EasingSineInOut()
Method Detail |
---|
protected float doEase(float t)
doEase
in class Easing
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |