Tag

Koch curve

1 views collected around this technical thread.

Model Perspective
Model Perspective
Aug 17, 2022 · Fundamentals

Why Coastlines Have No Finite Length: The Infinite Perimeter of the Koch Curve

The article explains how the Koch curve, a classic fractal introduced by Helge von Koch, is constructed, why its perimeter grows without bound while its area remains zero, and how this illustrates why natural coastlines cannot have a well‑defined length, contrasting smooth curves with self‑similar fractals.

Koch curvefractalgeometry
0 likes · 10 min read
Why Coastlines Have No Finite Length: The Infinite Perimeter of the Koch Curve
Architecture Digest
Architecture Digest
Jan 4, 2017 · Fundamentals

Drawing the Koch Curve and Koch Snowflake with ASCII Art and C Language

This article explains the mathematical construction of the Koch curve and snowflake, demonstrates how to render them using only four ASCII characters, and provides a complete C program that recursively draws these fractals on a character buffer.

C programmingKoch curveascii art
0 likes · 6 min read
Drawing the Koch Curve and Koch Snowflake with ASCII Art and C Language