public class FadeOutCalc
extends java.lang.Object
Constructor and Description |
---|
FadeOutCalc() |
Modifier and Type | Method and Description |
---|---|
float |
CubicBezier(float t,
float p0,
float p1,
float p2,
float p3) |
void |
CubicBezierParam(float v1,
float v2) |
float |
getAlpha() |
float |
getAlpha(long curTime_ms) |
void |
reset() |
void |
set_period_ms(long period_ms) |
void |
set(long period_ms,
long curTime_ms) |
public void set_period_ms(long period_ms)
public void set(long period_ms, long curTime_ms)
public void reset()
public void CubicBezierParam(float v1, float v2)
public float CubicBezier(float t, float p0, float p1, float p2, float p3)
public float getAlpha()
public float getAlpha(long curTime_ms)