public class KvadraticInterpolation extends java.lang.Object implements Interpolation
Constructor and Description |
---|
KvadraticInterpolation(int x1,
int y1,
int x2,
int y2,
int x3,
int y3)
Creates a new instance of LinearInterpolation
|
Modifier and Type | Method and Description |
---|---|
double |
getA() |
double |
getB() |
double |
getC() |
int |
getY(int x) |
static void |
main(java.lang.String[] args) |
public KvadraticInterpolation(int x1, int y1, int x2, int y2, int x3, int y3)
public double getC()
public double getB()
public double getA()
public int getY(int x)
getY
in interface Interpolation
public static void main(java.lang.String[] args)