public interface CubicSpline| Modifier and Type | Method and Description |
|---|---|
Point |
getC1()
|
double |
getC1X()
|
double |
getC1Y()
|
Point |
getC2()
|
double |
getC2X()
|
double |
getC2Y()
|
Point |
getP1()
|
double |
getP1X()
|
double |
getP1Y()
|
Point |
getP2()
|
double |
getP2X()
|
double |
getP2Y()
|
void |
set(double p1x, double p1y, double c1x, double c1y, double c2x, double c2y, double p2x, double p2y)
|
PointgetP1()
PointgetC1()
PointgetC2()
PointgetP2()
double getP1X()
double getP1Y()
double getP2X()
double getP2Y()
double getC1X()
double getC1Y()
double getC2X()
double getC2Y()
void set(double p1x,
double p1y,
double c1x,
double c1y,
double c2x,
double c2y,
double p2x,
double p2y)