Recursive fractal tree (deterministic)
A branch() function that draws a line, then recursively calls itself twice at a reduced length and a fixed +/- angle to build a tree.
What it is
How it works
Parameters & tuning
Where it’s been used
Variants & neighbours
Go deeper
Connected to
Variant of: Stochastic fractal tree
Further reading: The Nature of Code
Contrast with: Recursive function
Variants: Stochastic fractal tree