Class NpolynomialInterpolation

java.lang.Object
horizontdeformer.interpolators.NpolynomialInterpolation
All Implemented Interfaces:
Interpolation

public class NpolynomialInterpolation extends Object implements Interpolation
  • Constructor Details

    • NpolynomialInterpolation

      public NpolynomialInterpolation(ArrayList<TPoint> a)
      Creates a new instance of LinearInterpolation
  • Method Details

    • getY

      public int getY(int x)
      Specified by:
      getY in interface Interpolation
    • main

      public static void main(String[] args)