Thursday, September 24, 2015

Basic Fractal


Fractal: Recursiveness taken to a certain limit

This is an elementary fractal: In a given coordinates center n lines then in each center of those lines repeat the process.

Once the idea is clear then the interesting part is CODING which is not always easy. You got to have clear concept of recursiveness.

See the original post in this thread back in Fri Jul 03, 09 09:27 AM - I just added some color.