Class Interpolator


  • public class Interpolator
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Interpolator()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void getInterpolated​(Tuple2d p1, Tuple2d p2, double factor, Tuple2d interpolatedPoint)  
      • Methods inherited from class java.lang.Object

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

      • Interpolator

        public Interpolator()
    • Method Detail

      • getInterpolated

        public static void getInterpolated​(Tuple2d p1,
                                           Tuple2d p2,
                                           double factor,
                                           Tuple2d interpolatedPoint)