Add bezier endpoint, tweak _bezcorners to properly produce that

endpoint.  doc tweak for polyhedra.
This commit is contained in:
Adrian Mariano
2021-01-05 23:29:10 -05:00
parent 3712de6c58
commit d097be435b
3 changed files with 13 additions and 9 deletions

View File

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