Class NpolynomialInterpolation

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

public class NpolynomialInterpolation extends java.lang.Object implements Interpolation
  • Constructor Summary

    Constructors
    Constructor
    Description
    NpolynomialInterpolation(java.util.ArrayList<TPoint> a)
    Creates a new instance of LinearInterpolation
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getY(int x)
     
    static void
    main(java.lang.String[] args)
     

    Methods inherited from class java.lang.Object

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

    • NpolynomialInterpolation

      public NpolynomialInterpolation(java.util.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(java.lang.String[] args)