BACK


exhaustPipe.gif




Illustrates an L-system grammar capturing the development of a square into a circle through the iterative subdivision of its edges. Kinda-sorta inspired by the method of exhaustion. A circle is in some sense the 'limit' of this and similar processes.

The L-system is parametric. The grammar is below:

The result is scaled down by a factor of 1/2 at each iteration.

Code: Download exhaustPipe.zip || Github