1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-28 08:50:30 +02:00

updated doc

This commit is contained in:
Justin Lin
2017-04-07 15:57:55 +08:00
parent 9163f5c3be
commit 8ea1c9647c

View File

@@ -11,7 +11,8 @@ Given a set of control points, the bezier function returns points of the Bézier
If you have four control points and combine with the `hull_polyline3d` module:
include <bezier.scad>;
include <hull_polyline3d.scad>;
include <bezier.scad>;
t_step = 0.05;
width = 2;