Manages the logic of the bezier curve. Allows for keep the position of points, add points move points and remove points. Manages the interaction between the tool and unity editor. Allows for undo/redo ...
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 ...