mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-30 09:49:59 +02:00
refactor
This commit is contained in:
@@ -28,7 +28,7 @@ function plant(n = 4, angle = 25, leng = 1, heading = 0, start = [0, 0]) =
|
||||
["F", "FF"]
|
||||
]
|
||||
)
|
||||
lsystem2(rule, n, angle, leng, heading, start, rule_pr = [1, 1, 1]);
|
||||
lsystem2(rule, n, angle, leng, heading, start);
|
||||
|
||||
function koch_curve(n = 4, angle = 60, leng = 1, heading = 0, start = [0, 0]) =
|
||||
let(
|
||||
|
Reference in New Issue
Block a user