written 8.3 years ago by | • modified 8.3 years ago |
Mumbai university > Comp > SEM 4 > Computer Graphics
Marks: 10M
Year: May 2015
written 8.3 years ago by | • modified 8.3 years ago |
Mumbai university > Comp > SEM 4 > Computer Graphics
Marks: 10M
Year: May 2015
written 8.3 years ago by |
The Koch snowflake (also known as the Koch curve, star, or island) is a mathematical curve and one of the earliest fractal curves to have been described.
A Koch curve is a fractal generated by a replacement rule. This rule is, at each step, to replace the middle 131/3 of each line segment with two sides of a right triangle having sides of length equal to the replaced segment.
This quantity increases without bound; hen
ce the Koch curve has infinite length.
However, the curve still bounds a finite area.
We can prove this by noting that in each step, we add an amount of area equal to the area of all the equilateral triangles created.
Construction:
The Koch snowflake can be constructed by starting with an equilateral triangle, then recursively altering each line segment as follows:
Divide the line segment into three segments of equal length.
Draw an equilateral triangle that has the middle segment from step 1 as its base and points outward.
The Koch snowflake is the limit approached as the above steps are followed over and over again.
The Koch curve originally described by Koch is constructed with only one of the three sides of the original triangle.
In other words, three Koch curves make a Koch snowflake.