|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthorizontdeformer.interpolators.KvadraticInterpolation
public class KvadraticInterpolation
| 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(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KvadraticInterpolation(int x1,
int y1,
int x2,
int y2,
int x3,
int y3)
| Method Detail |
|---|
public double getC()
public double getB()
public double getA()
public int getY(int x)
getY in interface Interpolationpublic static void main(java.lang.String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||