horizontdeformer.interpolators
Class NpolynomialInterpolation

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

public class NpolynomialInterpolation
extends java.lang.Object
implements Interpolation


Constructor Summary
NpolynomialInterpolation(java.util.ArrayList<TPoint> a)
          Creates a new instance of LinearInterpolation
 
Method Summary
 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 Detail

NpolynomialInterpolation

public NpolynomialInterpolation(java.util.ArrayList<TPoint> a)
Creates a new instance of LinearInterpolation

Method Detail

getY

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

main

public static void main(java.lang.String[] args)