Package horizontdeformer.interpolators
Class KvadraticInterpolation
java.lang.Object
horizontdeformer.interpolators.KvadraticInterpolation
- All Implemented Interfaces:
Interpolation
-
Constructor Summary
ConstructorsConstructorDescriptionKvadraticInterpolation
(int x1, int y1, int x2, int y2, int x3, int y3) 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
-
KvadraticInterpolation
public KvadraticInterpolation(int x1, int y1, int x2, int y2, int x3, int y3) Creates a new instance of LinearInterpolation
-
-
Method Details
-
getC
public double getC() -
getB
public double getB() -
getA
public double getA() -
getY
public int getY(int x) - Specified by:
getY
in interfaceInterpolation
-
main
public static void main(java.lang.String[] args)
-