mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-23 14:54:12 +02:00
we don't need [0, 0]
This commit is contained in:
@@ -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;
|
Reference in New Issue
Block a user