AbstractMovement
, BounceOut
, ElasticOut
, ExpoOut
, LinearInOut
, QuartIn
, QuartInOut
, QuartOut
, SinusDecreaseVariation
, SinusVariation
public interface IMovement
Modifier and Type | Method | Description |
---|---|---|
double |
getValue(double step) |
Get value at step 'step'
|
void |
init(double min,
double max,
int steps) |
Set up the movement.
|
void init(double min, double max, int steps)
min
- - min (start) valuemax
- - max( end ) valuesteps
- - number of stepsdouble getValue(double step)
step
-