Here's another one of my favorite fractals, the Koch curve! Generating this is simple:
- Start with a straight line segment
- Insert an equilateral triangle in the center of the line segment
- Repeat this process for each new line segment
The source code is available at CodePlex.
Feel free to comment!
-Ken
1 comment:
Post a Comment