Current Development Stages:
Stage 3: Recursion Flakiness! - Late January 2020
Our recursion is humming along and producing a 'flake' at various levels.
Stage 2: Recursive Setup - Late January 2020
Recursion is that process where a function calls itself.
In this stage, we set that scenario up.
Stage 1: The Base Triangle - Late January 2020
This stage forms 3 segments that will provide the base of our snowflake.
Notice the nifty use of the rotate function, allowing us to avoid any nasty trigonometry.