File:RowOfTrees.svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(SVG file, nominally 638 × 275 pixels, file size: 19 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description
English: Fractal called Row of trees generated using L-system (9th iteration)
Čeština: Fraktál pojmenovaný Řada stromů vygenerovaný pomocí L-systému (9. iterace)
Source Own work
Author NightElfik

From The Algorithmic Beauty of Plants from by Przemyslaw Prusinkiewicz and Aristid Lindenmayer, p. 47

Generated with[edit]

RowOfTrees {
	axiom = F(400,0);
	angle = 85;
	i = 9;
		
	F(x, t) ? t == 0 => F(x*0.3, 2) + F(x*0.458, 1) -- F(x*0.458,1)+F(x*0.7,0);
	F(x, t) ? t > 0 => F(x, t-1);
}

Licensing[edit]

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.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current16:14, 30 January 2011Thumbnail for version as of 16:14, 30 January 2011638 × 275 (19 KB)NightElfik (talk | contribs){{Information |Description ={{en|1=Fractal called Row of trees generated using L-system (9th iteration)}} {{cs|1=Fraktál pojmenovaný Řada stromů vygenerovaný pomocí L-systému (9. iterace)}} |Source ={{own}} |Author =[[User:NightE

There are no pages that use this file.