| Modifier and Type | Method and Description |
|---|---|
static CatmullRomSpline |
CatmullRomSpline.create(List<? extends Point2D> points,
int stepsPerSegment,
double alpha)
Creates a new Catmull-Rom-Spline with the given control points.
|
static CatmullRomSpline |
CatmullRomSpline.create(List<? extends Point2D> points,
int stepsPerSegment,
double alpha,
boolean closed)
Creates a new Catmull-Rom-Spline with the given control points.
|
Copyright © 2017. All rights reserved.