[Fractale module] Typo fix
This commit is contained in:
parent
ebc62be11a
commit
82ba4da5f1
@ -35,8 +35,8 @@ class MainClass():
|
||||
......: fractal_binary_tree```
|
||||
"""
|
||||
self.fractals={
|
||||
"von_koch_curve_flake":{"Type":"Figures", "Max":((5000,5000), 5000, 10), "Min":((0,0),0,1)}
|
||||
"von_koch_curve":{"Type":"Figures", "Max":((5000,5000),(5000,5000),10)), "Min":((0,0),(0,0),1)},
|
||||
"von_koch_curve_flake":{"Type":"Figures", "Max":((5000,5000), 5000, 10), "Min":((0,0),0,1)},
|
||||
"von_koch_curve":{"Type":"Figures", "Max":((5000,5000),(5000,5000),10), "Min":((0,0),(0,0),1)},
|
||||
"blanc_manger":{"Type":"Figures", "Max":((5000,5000),(5000,5000),10), "Min":((0,0),(0,0),1)},
|
||||
"dragon":{"Type":"Lsystem"},
|
||||
"sierpinski_triangle":{"Type":"Lsystem"},
|
||||
|
Loading…
Reference in New Issue
Block a user