Package horizontdeformer.interpolators
Class NpolynomialInterpolation
java.lang.Object
horizontdeformer.interpolators.NpolynomialInterpolation
- All Implemented Interfaces:
Interpolation
-
Constructor Summary
ConstructorsConstructorDescriptionNpolynomialInterpolation
(java.util.ArrayList<TPoint> a) Creates a new instance of LinearInterpolation -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
NpolynomialInterpolation
Creates a new instance of LinearInterpolation
-
-
Method Details
-
getY
public int getY(int x) - Specified by:
getY
in interfaceInterpolation
-
main
public static void main(java.lang.String[] args)
-