horizontdeformer.interpolators
public class KvadraticInterpolation extends Object implements Interpolation
Constructor Summary | |
---|---|
KvadraticInterpolation(int x1, int y1, int x2, int y2, int x3, int y3) Creates a new instance of LinearInterpolation |
Method Summary | |
---|---|
double | getA() |
double | getB() |
double | getC() |
int | getY(int x) |
static void | main(String[] args) |