File:H-tree.svg

Summary

Description
English: 12th iteration of H-tree fractal generated by L-system
Čeština: 12. iterace fraktálu H-stromu vygenerovaného pomocí L-systému
Source Own work
Author NightElfik

Generated with:

H-tree {
	axiom = T++fT;
	angle = 90;
	i = 12;
	
	// divides step length by √2
	@(div [√2]): SetStepLength(step / div);

	T => F[+@T++fT];
}

Licensing

Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.
Category:Self-published work#H-tree.svgCategory:PD-self#H-tree.svg Category:Deterministic fractal textures Category:Files by User:NightElfik Category:2D fractals Category:Fractals created with Malsys Category:Images with L-system source code Category:Order 12 Category:SVG textures Category:H trees Category:Black and white fractals Category:SVG fractals
Category:2D fractals Category:Black and white fractals Category:Deterministic fractal textures Category:Files by User:NightElfik Category:Fractals created with Malsys Category:H trees Category:Images with L-system source code Category:Order 12 Category:PD-self Category:SVG fractals Category:SVG textures Category:Self-published work