PolyBezier
The class used to construct PolyBézier curves.
PolyBézier curves, or composite Bézier curves, are multiple Bézier curves that are joined end to end. This module guarantees a C¹ continuity between the curves, which means that the position and derivative are the same in the connection points.
The module can be installed here.
Functions
new
Constructs a new PolyBezierCurve from an array of BezierCurves. The array is optional, the class doesn't necessarily has to have curves added to it.