Package horizontdeformer.interpolators
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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getY(int x)
static void
main(java.lang.String[] args)
-
-
-
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 interfaceInterpolation
-
main
public static void main(java.lang.String[] args)
-
-