SplineΒΆ
Type: | section |
---|---|
Appearance: | multiple |
A Spline
is a closed polynomial curve of a curve parameter interpolating the given sequential list of Points. Its Degree controls the polynomial order of the curve with higher degrees leading to smoother curves. The mapping
is chosen such that are splines of the desired order and the curve parameterization in follows the linearized arc length. This means the interpolation points where for the i-th point of the Points list are approximately the ratio of the length of the polygon up to to the total length. For the best interpolation result the linear sampling provided by the Points should already yield a good approximation to the desired curve.