mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
Removed references to path2d_regular_ngon()
This commit is contained in:
parent
258e9cfe03
commit
09f0351d22
1 changed files with 2 additions and 2 deletions
|
@ -409,8 +409,8 @@ module trace_polyline(pline, N=1, showpts=false, size=1, color="yellow") {
|
|||
// Example(Big2D):
|
||||
// debug_polygon(
|
||||
// points=concat(
|
||||
// path2d_regular_ngon(r=10, n=8),
|
||||
// path2d_regular_ngon(r=8, n=8)
|
||||
// regular_ngon(r=10, n=8),
|
||||
// regular_ngon(r=8, n=8)
|
||||
// ),
|
||||
// paths=[
|
||||
// [for (i=[0:7]) i],
|
||||
|
|
Loading…
Reference in a new issue