mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-07-31 09:10:27 +02:00
Removed references to path2d_regular_ngon()
This commit is contained in:
@@ -409,8 +409,8 @@ module trace_polyline(pline, N=1, showpts=false, size=1, color="yellow") {
|
|||||||
// Example(Big2D):
|
// Example(Big2D):
|
||||||
// debug_polygon(
|
// debug_polygon(
|
||||||
// points=concat(
|
// points=concat(
|
||||||
// path2d_regular_ngon(r=10, n=8),
|
// regular_ngon(r=10, n=8),
|
||||||
// path2d_regular_ngon(r=8, n=8)
|
// regular_ngon(r=8, n=8)
|
||||||
// ),
|
// ),
|
||||||
// paths=[
|
// paths=[
|
||||||
// [for (i=[0:7]) i],
|
// [for (i=[0:7]) i],
|
||||||
|
Reference in New Issue
Block a user