Koch_hex
Descargas:
- Koch_hex
- Koch_hex1
- LSystem_Koch_Inv_it3
- LSystem_Koch_Inv_it2
- LSystem_KochSnowflake2
- L_system_100hex.scad (curvas 29 e 30)
L-System:
Koch’s snowflake:
- axiom=”F – – F – – F”;
- rules=[“F= F + F – – F + F”];
- angle=60;
Koch’s snowflake inverted:
- axiom=”F + F + F + F + F + F”;
- rules=[“F= F + F – – F + F”];
- angle=60;