Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 664 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 664 Bytes

Cantor set

Cantor set iteration, drawn with Haskells Diagrams.

Examples

Normal cantor set iteration

cantorLine

With more space between the segments

cantorLine' 2 3

With more segments per interation

cantorLine' 3 1

With even more segements per iteration

(gets out of controll pretty fast)

cantorLine' 10 1