Saturday, November 24, 2012

Recursion

     In fractal geometry recursion refers to a loop in which the output of one stage becomes the input for the next. The Koch Curve is an early example of this type of recursion. The curve is begun by drawing a line segment and dividing it into thirds. An equilateral triangle is formed on the central segment and then the bottom of the triangle removed. This is the seed shape or generator. It is the output that now becomes the input. The visual of the Koch Curve will help the explanation.

     The seed shape, or generator, is used to replace every line segment in the original drawing as seen on level 2. This process can continue into infinity with the seed shape replacing every newly created line segment. This type of recursion is iteration.
     Here is iteration applied to my art.




No comments:

Post a Comment