mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-23 12:22:59 +02:00
doc tweaks
fix interface to bezier_curve()
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user