This commit is contained in:
Miloslav Ciz 2024-07-22 13:52:54 +02:00
parent 7f93d68df8
commit 3b5988ac49
14 changed files with 1823 additions and 1779 deletions

View file

@ -67,4 +67,13 @@ Fractals are also immensely useful in [procedural generation](procgen.md), they
There exist also [compression](compression.md) techniques based on fractals, see [fractal compression](fractal_compression.md).
There also exist such things as fractal antennas and fractal transistors.
There also exist such things as fractal antennas and fractal transistors.
## See Also
- [Lissajous curve](lissajous_curve.md)
- [rose curves](rose_curve.md)
- [cardioid](cardioid.md)
- [spirograph](spirograph.md)
- [procedural generation](procgen.md)
- [turtle graphics](turtle_graphics.md)