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()
InterpolatornextInterpolant in interface InterpolatornextInterpolant in class ScheduledInterpolator