public class SinusVariation extends AbstractMovement
Modifier and Type | Field and Description |
---|---|
(package private) double |
amplitude |
(package private) int |
variations |
duration, max, min
Constructor and Description |
---|
SinusVariation(int nb,
double amplitude) |
Modifier and Type | Method and Description |
---|---|
double |
getValue(double step)
Get value at step 'step'
|
init
public double getValue(double step)
IMovement
getValue
in interface IMovement
getValue
in class AbstractMovement