Random von Koch curve
Instructions:
Draws nth iteration for random von Koch curve.
Descriprion:
In the von Koch curve construction, each time we replace the middle third of an interval by two sides of equilateral triangle, we might toss a coin to determine whether the position of the new part is 'above' or 'below' the removed segment. It makes the curve random.
You can observe process of creation of Koch's curve by setting up the first step and incrementing number of steps using "+" button.
back
Back to main page