public interface IMovement
| Modifier and Type | Method and 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 -