Skip to content

Commit 9ec40d8

Browse files
committed
chainsaw
1 parent dca146f commit 9ec40d8

File tree

4 files changed

+3
-0
lines changed

4 files changed

+3
-0
lines changed

Recursion Visulaizer/Chainsaw.PNG

54.8 KB
Loading

Recursion Visulaizer/Densityfield.PNG

-635 KB
Binary file not shown.

Recursion Visulaizer/recursionVisualizer.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ def tree(i):
2020
t.left(2)
2121
tree(i/2)
2222
t.backward(num)
23+
tree(i/10)
24+
tree(45)
25+
tree(num/5)
2326
t.forward(num)
2427
t.right(2)
2528
tree(3*i/4)
-446 KB
Binary file not shown.

0 commit comments

Comments
 (0)