doc tweaks

fix interface to bezier_curve()
This commit is contained in:
Adrian Mariano
2022-01-09 09:55:26 -05:00
parent b41b90bc2a
commit c93f2041dc
2 changed files with 34 additions and 30 deletions

View File

@@ -347,7 +347,7 @@ function _bezcorner(points, parm) =
] : _smooth_bez_fill(points,parm),
N = max(3,$fn>0 ?$fn : ceil(bezier_length(P)/$fs))
)
bezier_curve(P,N+1,endpoint=true);
bezier_curve(P,N,endpoint=true);
function _chamfcorner(points, parm) =
let(