2013-04-10 21:29:02 -07:00
|
|
|
Generate and draw a fractal tree.
|
|
|
|
|
|
|
|
|
|
# Draw the trunk
|
|
|
|
|
# At the end of the trunk, split by some angle and draw two branches
|
|
|
|
|
# Repeat at the end of each branch until a sufficient level of branching is reached
|
2016-12-05 22:15:40 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
;Related tasks
|
|
|
|
|
* [[Pythagoras_tree|Pythagoras Tree]]
|
|
|
|
|
<br><br>
|