Bézier curves are parametric curves defined by polynomial equations. To work with Béziers in OpenSCAD we need to load BOSL2/std.scad, which includes the extension beziers.scad. Bézier curves vary by ...
Path A series of points joined by straight line segements. Bezier Curve A polynomial curve defined by a list of control points. The curve starts at the first control point and ends at the last one.