1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-01 04:20:27 +02:00

delete arguments

This commit is contained in:
Justin Lin
2020-10-23 14:40:38 +08:00
parent b7c6c85834
commit 1803a9c062

View File

@@ -102,7 +102,7 @@ function koch_star(n = 4, angle = 60, leng = 1, heading = 0, start = [0, 0]) =
["F", "F+F--F+F"]
]
)
lsystem2(axiom, rules, n, angle, leng, heading, start, "6789");
lsystem2(axiom, rules, n, angle, leng, heading, start);
function dragon_curve(n = 10, angle = 90, leng = 1, heading = 0, start = [0, 0]) =
let(