1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-03-14 11:10:01 +01:00

we don't need [0, 0]

This commit is contained in:
Justin Lin 2017-05-24 09:36:40 +08:00
parent 502b7f2778
commit e2527bbf8c

View File

@ -33,6 +33,6 @@ function shape_superformula(phi_step, m1, m2, n1, n2 = 1, n3 = 1, a = 1, b = 1)
)
__ra_to_xy(r, angle)
],
shape_pts = concat([[0, 0]], pts, [pts[0]])
shape_pts = concat(pts, [pts[0]])
) shape_pts;