public class SmoothInterpolator extends ScheduledInterpolator
Constructor and Description |
---|
SmoothInterpolator(long lengthMillis) |
Modifier and Type | Method and Description |
---|---|
protected static double |
basicInterpolant(double interpolant,
double startInterpolant,
double stopInterpolant,
int maxSmoothing) |
double |
nextInterpolant()
Returns the next interpolant
|
protected static double basicInterpolant(double interpolant, double startInterpolant, double stopInterpolant, int maxSmoothing)
public double nextInterpolant()
Interpolator
nextInterpolant
in interface Interpolator
nextInterpolant
in class ScheduledInterpolator