File:DragonCurveEvolution.gif

Uploaded by NightElfik
Upload date 2011-03-24T22:21:45Z
MIME type image/gif
Dimensions 600 × 400 px
File size 145.3 KB

Summary

Description
English: Animated evolution of Dragon curve, generated by L-system
Čeština: Animovaný vývoj Dračí křivky, vygenerováno pomocí L-systému
Source Own work
Author NightElfik

Generated with

DragonCurveEvolution {
	axiom = R(400);
	//axiom = [@(1)#(1) R(400)] x(400);
	//axiom = [@(1)#(1) x(400)] R(400);

	angle = 45;
	i = 10;
	LineWidth = 3;
	palette = #000 #ccc;

	@: SetColorIndex;
	#: SetLineWidth;

	
	R(d) => -R(d/(√2))++L(d/(√2))-;
	L(d) => +R(d/(√2))--L(d/(√2))+;
	
	x(d) => E(d);
	E(d) => -E(d/(√2))++F(d/(√2))-;
	F(d) => +E(d/(√2))--F(d/(√2))+;
}

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.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

148,796 byte

400 pixel

600 pixel

image/gif

a84fa5dd430ca958dd19038ba5eb2b05affe4d90

Category:Animated GIF files Category:Animations of fractals Category:Black and white fractals Category:Dragon curves Category:Files by User:NightElfik Category:Images with L-system source code Category:PD-self Category:Self-published work