Removed references to path2d_regular_ngon()

This commit is contained in:
Revar Desmera 2019-05-26 23:43:15 -07:00
parent 258e9cfe03
commit 09f0351d22

View file

@ -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],