| Package | Description |
|---|---|
| de.topobyte.lightgeom.curves.spline | |
| de.topobyte.lightgeom.lina |
| Modifier and Type | Method and Description |
|---|---|
Point |
QuadraticSpline.getC()
|
Point |
QuadraticSplineA.getC()
|
Point |
QuadraticSplineB.getC()
|
Point |
CubicSpline.getC1()
|
Point |
CubicSplineA.getC1()
|
Point |
CubicSplineB.getC1()
|
Point |
CubicSpline.getC2()
|
Point |
CubicSplineA.getC2()
|
Point |
CubicSplineB.getC2()
|
Point |
CubicSpline.getP1()
|
Point |
CubicSplineA.getP1()
|
Point |
QuadraticSpline.getP1()
|
Point |
Line.getP1()
|
Point |
QuadraticSplineA.getP1()
|
Point |
CubicSplineB.getP1()
|
Point |
QuadraticSplineB.getP1()
|
Point |
LineB.getP1()
|
Point |
LineA.getP1()
|
Point |
CubicSpline.getP2()
|
Point |
CubicSplineA.getP2()
|
Point |
QuadraticSpline.getP2()
|
Point |
Line.getP2()
|
Point |
QuadraticSplineA.getP2()
|
Point |
CubicSplineB.getP2()
|
Point |
QuadraticSplineB.getP2()
|
Point |
LineB.getP2()
|
Point |
LineA.getP2()
|
| Modifier and Type | Method and Description |
|---|---|
static CubicSpline |
SplineUtil.spline(Point
Create a cubic spline that connects
p1 and
p2
|
| Constructor and Description | |
|---|---|
CubicSplineA(Point
|
|
CubicSplineB(Point
|
|
LineA(Point
|
|
LineB(Point
|
|
QuadraticSplineA(Point
|
|
QuadraticSplineB(Point
|
| Constructor and Description | |
|---|---|
SplineString(List
Create a SplineString, a list of splines that fits the given Point sequence.
|
| Modifier and Type | Method and Description |
|---|---|
Point |
Point.set(double x, double y)
|
Point |
Point.setX(double x)
|
Point |
Point.setY(double y)
|
| Modifier and Type | Method and Description |
|---|---|
Vector2 |
Vector2.set(Point
|
Vector2 |
Vector2.set(Point
|
| Constructor and Description | |
|---|---|
Vector2(Point
|
|
Vector2(Point
|