File:L-system-Leaf-grow.svg

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

Original file(SVG file, nominally 1,366 × 914 pixels, file size: 225 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary

[edit]
Description
English: Leaf grow modeled by L-system
Čeština: Růst listu vymodelovaný L-systémem
Source Own work
Author NightElfik

Inspiration from The Algorithmic Beauty of Plants from by Przemyslaw Prusinkiewicz and Aristid Lindenmayer, p. 123

Generated with

[edit]
Leaf {
	axiom = [|S(step/2)][x][y];
	angle = 10;
	i = 21;
	initialAngle = 90;

	x-z: nothing;

	x => [+x{].z};
	y => [-y{].z};
	z => zF;
	S(len) => F(len)+(1)S(len);
}

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
current20:03, 1 February 2011Thumbnail for version as of 20:03, 1 February 20111,366 × 914 (225 KB)NightElfik (talk | contribs){{Information |Description ={{en|1=Leaf grow modeled by L-system}} {{cs|1=Růst listu vymodelovaný L-systémem}} |Source ={{own}} |Author =NightElfik |Date = |Permission = |other_versions = }} Inspirat

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file: