File:LsystemTree.svg

Original file(SVG file, nominally 750 × 531 pixels, file size: 433 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary edit

Description
English: First 6 iterations of fractal tree generated by L-system
Čeština: Prvních 6 iterací fraktálu stromečku vygenerovaných pomocí L-systému
Source Own work
Author NightElfik

Edited width Inkscape, generated with:

Plant {
  axiom = L;
  angle = 45;
  initialAngle = 90;
  palette = #654321 #228B22;
  i = 5;

  // increment color index
  @(i [0]): SetColorIndex(colorIndex + 1);

  L => K@[+L][-L]@K@L@;  // leaf
  K => KK;               // beam
  @ => ;  // cleanup between iterations
}

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:38, 25 January 2011Thumbnail for version as of 16:38, 25 January 2011750 × 531 (433 KB)NightElfik (talk | contribs){{Information |Description ={{en|1=First 6 iterations of fractal tree generated by L-system}} {{cs|1=Prvních 6 iterací fraktálu stromečku vygenerovaných pomocí L-systému}} |Source ={{own}} |Author =NightElfik

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file: