technique

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.

Also called: branching fractal 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


Revision 1 · 1 source · Something wrong? Tell us.