This commit is contained in:
Adrian Mariano 2022-01-07 17:56:26 -05:00
parent 20e9552cc3
commit 9db49798e4

View File

@ -1452,7 +1452,7 @@ module trace_bezier(bezpath, width=1, N=3) {
if ($idx % N !=0) circle(d=width/2); if ($idx % N !=0) circle(d=width/2);
} }
h
// Module: trace_bezier_patches() // Module: trace_bezier_patches()
// Usage: // Usage:
// trace_bezier_patches(patches, [size=], [splinesteps=], [showcps=], [showdots=], [showpatch=], [convexity=], [style=]); // trace_bezier_patches(patches, [size=], [splinesteps=], [showcps=], [showdots=], [showpatch=], [convexity=], [style=]);