IMovement
public class ElasticOut extends AbstractMovement
Warning : this equation will temporary go further the target value.
Constructor | Description |
---|---|
ElasticOut() |
|
ElasticOut(double a,
double p) |
Modifier and Type | Method | Description |
---|---|---|
double |
getValue(double step) |
Get value at step 'step'
|
init
public ElasticOut(double a, double p)
public ElasticOut()
public double getValue(double step)
IMovement
getValue
in interface IMovement
getValue
in class AbstractMovement