| Package | Description |
|---|---|
| de.topobyte.lightgeom.curves.spline |
| Modifier and Type | Class and Description |
|---|---|
class |
CubicSplineA
|
class |
CubicSplineB
|
| Modifier and Type | Method and Description |
|---|---|
static CubicSpline |
SplineUtil.spline(double p1x, double p1y, double p2x, double p2y, Vector2
|
static CubicSpline |
SplineUtil.spline(Point
Create a cubic spline that connects
p1 and
p2
|
| Modifier and Type | Method and Description |
|---|---|
List |
SplineString.getSplines()
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SplineUtil.spline(CubicSpline
|