Package horizontdeformer.interpolators
Class KvadraticInterpolation
- java.lang.Object
-
- horizontdeformer.interpolators.KvadraticInterpolation
-
- All Implemented Interfaces:
Interpolation
public class KvadraticInterpolation extends java.lang.Object implements Interpolation
-
-
Constructor Summary
Constructors Constructor Description KvadraticInterpolation(int x1, int y1, int x2, int y2, int x3, int y3)
Creates a new instance of LinearInterpolation
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getA()
double
getB()
double
getC()
int
getY(int x)
static void
main(java.lang.String[] args)
-
-
-
Method Detail
-
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)
-
-