Saturday, September 20, 2008

Koch Curve in Silverlight




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:

Anonymous said...
This comment has been removed by a blog administrator.