mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-28 15:59:45 +00:00
fix example
This commit is contained in:
parent
76e376e28b
commit
00ffb4aec5
1 changed files with 2 additions and 1 deletions
|
@ -457,7 +457,8 @@ function bezpath_points(bezpath, curveind, u, N=3) =
|
|||
// [60,25], [70,0], [80,-25],
|
||||
// [80,-50], [50,-50]
|
||||
// ];
|
||||
// debug_bezier(bez, N=3, width=2);
|
||||
// path = bezpath_curve(bez);
|
||||
// stroke(path,dots=true,dots_color="red");
|
||||
function bezpath_curve(bezpath, splinesteps=16, N=3, endpoint=true) =
|
||||
assert(is_path(bezpath))
|
||||
assert(is_int(N))
|
||||
|
|
Loading…
Reference in a new issue