Class SmoothInterpolator

    • Constructor Summary

      Constructors 
      Constructor Description
      SmoothInterpolator​(long lengthMillis)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected static double basicInterpolant​(double interpolant, double startInterpolant, double stopInterpolant, int maxSmoothing)  
      double nextInterpolant()
      Returns the next interpolant
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SmoothInterpolator

        public SmoothInterpolator​(long lengthMillis)
    • Method Detail

      • basicInterpolant

        protected static double basicInterpolant​(double interpolant,
                                                 double startInterpolant,
                                                 double stopInterpolant,
                                                 int maxSmoothing)