public class SplineString extends Object
| Constructor and Description |
|---|
SplineString(List
Create a SplineString, a list of splines that fits the given Point sequence.
|
public SplineString(List<Point > Points, double f)
Points - the sequence of Points that the curve should go through
f - the fraction in [0..1] to use as a parameter for the construction of the control points
public List<CubicSpline > getSplines()