<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PIPRIME.FR &#187; L-System</title>
	<atom:link href="http://www.piprime.fr/developpeur/asymptote/surveys-asy/lsystem-asy2d3d/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.piprime.fr</link>
	<description>Administrateur-Développeur GNU/Linux-WEB</description>
	<lastBuildDate>Thu, 22 Dec 2011 12:55:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>L-System with Asymptote &#8211; fig0240</title>
		<link>http://www.piprime.fr/856/l-system-with-asymptote-fig0240/</link>
		<comments>http://www.piprime.fr/856/l-system-with-asymptote-fig0240/#comments</comments>
		<pubDate>Thu, 01 Nov 2007 16:40:14 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[L-System]]></category>
		<category><![CDATA[Fractals]]></category>

		<guid isPermaLink="false">http://5905122a656830facf77a4bc3f890c04</guid>
		<description><![CDATA[You may view all the posts of the category "L-System" (Compiled with Asymptote version 1.84svn-r4619) /*Inspirtaion*/ import Lsystem; size(10cm,10cm); settings.outformat="pdf"; // for opacity string[][] rules=new string[][]{{"F", "FF"},{"X", "F-[[X]+X]+F[+FX]-X"}}; Lsystem plant=Lsystem("X", rules, La=22.5, Lai=90); plant.iterate(8); path[] g=plant.paths(); tree g=plant.tree(); for (int i:g.keys) { if((g[i].depth &#60;= 2 )) draw(g[i].g, yellow); } for (int i:g.keys) { if((g[i].depth &#62; [...]]]></description>
		<wfw:commentRss>http://www.piprime.fr/856/l-system-with-asymptote-fig0240/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>L-System with Asymptote &#8211; fig0230</title>
		<link>http://www.piprime.fr/855/l-system-with-asymptote-fig0230/</link>
		<comments>http://www.piprime.fr/855/l-system-with-asymptote-fig0230/#comments</comments>
		<pubDate>Thu, 01 Nov 2007 15:40:14 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[L-System]]></category>
		<category><![CDATA[Fractals]]></category>

		<guid isPermaLink="false">http://db5b7c75ffda1d9198702ed863705994</guid>
		<description><![CDATA[You may view all the posts of the category "L-System" (Compiled with Asymptote version 1.86svn-r4626) /*Inspirtaion*/ import Lsystem; size(10cm,10cm); settings.outformat="pdf"; // for opacity string[][] rules=new string[][]{{"F", "FF-[-F+F+F]+[+F-F-F]"}}; Lsystem plant=Lsystem("F", rules, La=22.5, Lai=90); plant.iterate(5); path[] g=plant.paths(); tree g=plant.tree(); for (int i:g.keys) { if((g[i].depth == 0)) draw(g[i].g, yellow); } for (int i:g.keys) { if((g[i].depth &#62; 0 )) [...]]]></description>
		<wfw:commentRss>http://www.piprime.fr/855/l-system-with-asymptote-fig0230/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>L-System with Asymptote &#8211; fig0220</title>
		<link>http://www.piprime.fr/854/l-system-with-asymptote-fig0220/</link>
		<comments>http://www.piprime.fr/854/l-system-with-asymptote-fig0220/#comments</comments>
		<pubDate>Thu, 01 Nov 2007 14:40:14 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[L-System]]></category>
		<category><![CDATA[Tiling]]></category>

		<guid isPermaLink="false">http://c5d69e73a1e4926078b8a3eae4a9e0e7</guid>
		<description><![CDATA[You may view all the posts of the category "L-System" (Compiled with Asymptote version 1.84svn-r4619) /* Double pavage de Penrose Source */ import Lsystem; size(8cm,0); string[][] rules={ {"W", "YF++ZF----XF[-YF----WF]++"}, {"X", "+YF--ZF[---WF--XF]+"}, {"Y", "-WF++XF[+++YF++ZF]-"}, {"Z", "--YF++++WF[+ZF++++XF]--XF"}, {"F", ""} }; Lsystem Penrose=Lsystem("[X][Y]++[X][Y]++[X][Y]++[X][Y]++[X][Y]",rules,La=36); Penrose.iterate(3); draw(Penrose.paths(), linewidth(bp)); shipout(bbox(2mm, FillDraw(lightyellow,linewidth(1mm)))); $(document).ready(function(){$("a#figc5d69e73a1e4926078b8a3eae4a9e0e7").fancybox();});]]></description>
		<wfw:commentRss>http://www.piprime.fr/854/l-system-with-asymptote-fig0220/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>L-System with Asymptote &#8211; fig0210</title>
		<link>http://www.piprime.fr/853/l-system-with-asymptote-fig0210/</link>
		<comments>http://www.piprime.fr/853/l-system-with-asymptote-fig0210/#comments</comments>
		<pubDate>Thu, 01 Nov 2007 13:40:14 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[L-System]]></category>
		<category><![CDATA[Tiling]]></category>

		<guid isPermaLink="false">http://c3eb3436545fa27a9e6ac062ccfc5abd</guid>
		<description><![CDATA[You may view all the posts of the category "L-System" (Compiled with Asymptote version 1.84svn-r4619) /* Pavage de Penrose Source */ import Lsystem; size(8cm,0); string[][] rules={ {"W", "YF++ZF----XF[-YF----WF]++"}, {"X", "+YF--ZF[---WF--XF]+"}, {"Y", "-WF++XF[+++YF++ZF]-"}, {"Z", "--YF++++WF[+ZF++++XF]--XF"}, {"F", ""} }; Lsystem Penrose=Lsystem("++ZF----XF-YF----WF",rules,La=36); Penrose.iterate(4); draw(Penrose.paths(), linewidth(bp)); shipout(bbox(2mm, FillDraw(lightyellow,linewidth(1mm)))); $(document).ready(function(){$("a#figc3eb3436545fa27a9e6ac062ccfc5abd").fancybox();});]]></description>
		<wfw:commentRss>http://www.piprime.fr/853/l-system-with-asymptote-fig0210/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>L-System with Asymptote &#8211; fig0200</title>
		<link>http://www.piprime.fr/852/l-system-with-asymptote-fig0200/</link>
		<comments>http://www.piprime.fr/852/l-system-with-asymptote-fig0200/#comments</comments>
		<pubDate>Thu, 01 Nov 2007 12:40:14 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[L-System]]></category>
		<category><![CDATA[Tiling]]></category>

		<guid isPermaLink="false">http://fc9d075860d6b5b5e29a80066901f3b9</guid>
		<description><![CDATA[You may view all the posts of the category "L-System" (Compiled with Asymptote version 1.84svn-r4619) /* Pavage P3 de Penrose Drawing the Penrose tiling P3 */ import Lsystem; size(8cm,0); string[][] rules={ {"6","8F++9F----7F[-8F----6F]++"}, {"7","+8F--9F[---6F--7F]+"}, {"8","-6F++7F[+++8F++9F]-"}, {"9","--8F++++6F[+9F++++7F]--7F"}, {"F",""} }; Lsystem Penrose=Lsystem("[7]++[7]++[7]++[7]++[7]", rules, La=36); Penrose.iterate(4); draw(Penrose.paths(), linewidth(bp)); shipout(bbox(2mm, FillDraw(lightyellow,linewidth(1mm)))); $(document).ready(function(){$("a#figfc9d075860d6b5b5e29a80066901f3b9").fancybox();});]]></description>
		<wfw:commentRss>http://www.piprime.fr/852/l-system-with-asymptote-fig0200/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>L-System with Asymptote &#8211; fig0190</title>
		<link>http://www.piprime.fr/851/l-system-with-asymptote-fig0190/</link>
		<comments>http://www.piprime.fr/851/l-system-with-asymptote-fig0190/#comments</comments>
		<pubDate>Thu, 01 Nov 2007 11:40:14 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[L-System]]></category>
		<category><![CDATA[Fractals]]></category>

		<guid isPermaLink="false">http://ba32c0defd6069e8d4020061e7f825eb</guid>
		<description><![CDATA[You may view all the posts of the category "L-System" (Compiled with Asymptote version 1.84svn-r4619) /* Source */ import Lsystem; size(8cm,0); string[][] rules={ {"A", "X+X+X+X+X+X+"}, {"X", "[F+F+F+F[---X-Y]+++++F++++++++F-F-F-F]"}, {"Y", "[F+F+F+F[---Y]+++++F++++++++F-F-F-F]"} }; Lsystem spiral=Lsystem("AAAA",rules,La=15); spiral.iterate(6); draw(spiral.paths(), 0.9*green); shipout(bbox(2mm, Fill(black))); $(document).ready(function(){$("a#figba32c0defd6069e8d4020061e7f825eb").fancybox();});]]></description>
		<wfw:commentRss>http://www.piprime.fr/851/l-system-with-asymptote-fig0190/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>L-System with Asymptote &#8211; fig0180</title>
		<link>http://www.piprime.fr/850/l-system-with-asymptote-fig0180/</link>
		<comments>http://www.piprime.fr/850/l-system-with-asymptote-fig0180/#comments</comments>
		<pubDate>Thu, 01 Nov 2007 10:40:14 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[L-System]]></category>
		<category><![CDATA[Fractals]]></category>

		<guid isPermaLink="false">http://55e2690c1e8885c3e42e67335008c075</guid>
		<description><![CDATA[You may view all the posts of the category "L-System" (Compiled with Asymptote version 1.84svn-r4619) import Lsystem; size(10cm,0); string[][] rules={ {"F", ""}, {"P", "--FR++++FS--FU"}, {"Q", "FT++FR----FS++"}, {"R", "++FP----FQ++FT"}, {"S", "FU--FP++++FQ--"}, {"T", "+FU--FP+"}, {"U", "-FQ++FT-"} }; Lsystem pentive=Lsystem("Q", rules, La=36, Lai=180); pentive.iterate(8); draw(pentive.paths(), 0.8*yellow); shipout(bbox(2mm, Fill(black))); $(document).ready(function(){$("a#fig55e2690c1e8885c3e42e67335008c075").fancybox();});]]></description>
		<wfw:commentRss>http://www.piprime.fr/850/l-system-with-asymptote-fig0180/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>L-System with Asymptote &#8211; fig0170</title>
		<link>http://www.piprime.fr/849/l-system-with-asymptote-fig0170/</link>
		<comments>http://www.piprime.fr/849/l-system-with-asymptote-fig0170/#comments</comments>
		<pubDate>Thu, 01 Nov 2007 09:40:14 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[L-System]]></category>
		<category><![CDATA[Fractals]]></category>

		<guid isPermaLink="false">http://8a929b06c6410fae031ea55f2de127c6</guid>
		<description><![CDATA[You may view all the posts of the category "L-System" (Compiled with Asymptote version 1.84svn-r4619) /* Source */ import Lsystem; size(8cm,0); string[][] rules={ {"F", "F+f-FF+F+FF+Ff+FF-f+FF-F-FF-Ff-FFF"}, {"f", "ffffff"} }; Lsystem oer=Lsystem("F+F+F+F",rules,La=91); oer.iterate(2); draw(oer.paths(), bp+0.8*yellow); shipout(bbox(2mm, Fill(black))); $(document).ready(function(){$("a#fig8a929b06c6410fae031ea55f2de127c6").fancybox();});]]></description>
		<wfw:commentRss>http://www.piprime.fr/849/l-system-with-asymptote-fig0170/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>L-System with Asymptote &#8211; fig0160</title>
		<link>http://www.piprime.fr/848/l-system-with-asymptote-fig0160/</link>
		<comments>http://www.piprime.fr/848/l-system-with-asymptote-fig0160/#comments</comments>
		<pubDate>Thu, 01 Nov 2007 08:40:14 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[L-System]]></category>
		<category><![CDATA[Fractals]]></category>

		<guid isPermaLink="false">http://7f57c1da39ca0e28b91f4d499517ed5c</guid>
		<description><![CDATA[You may view all the posts of the category "L-System" (Compiled with Asymptote version 1.84svn-r4619) import Lsystem; size(8cm,0); string[][] rules={{"L","+R-F-R+"}, {"R","-L+F+L-"}}; Lsystem squareCurve= Lsystem("L--F--L--F", rules, La=45, Lai=45); squareCurve.iterate(9); filldraw(squareCurve.paths()[0]&#38;cycle, grey, 1bp+0.9*yellow); shipout(bbox(3mm, Fill(black))); $(document).ready(function(){$("a#fig7f57c1da39ca0e28b91f4d499517ed5c").fancybox();});]]></description>
		<wfw:commentRss>http://www.piprime.fr/848/l-system-with-asymptote-fig0160/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>L-System with Asymptote &#8211; fig0150</title>
		<link>http://www.piprime.fr/847/l-system-with-asymptote-fig0150/</link>
		<comments>http://www.piprime.fr/847/l-system-with-asymptote-fig0150/#comments</comments>
		<pubDate>Thu, 01 Nov 2007 07:40:14 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[L-System]]></category>
		<category><![CDATA[Fractals]]></category>

		<guid isPermaLink="false">http://157ef48d2d1a9a4ac1d1117bbca0ba31</guid>
		<description><![CDATA[You may view all the posts of the category "L-System" (Compiled with Asymptote version 1.84svn-r4619) import Lsystem; size(8cm,0); string[][] rules={{"X","XF-F+F-XF+F+XF-F+F-X"}}; Lsystem squareCurve= Lsystem("F+XF+F+XF", rules, La=90, Lai=45); squareCurve.iterate(5); filldraw(squareCurve.paths()[0]&#38;cycle, grey, 1bp+0.9*yellow); shipout(bbox(3mm, Fill(black))); $(document).ready(function(){$("a#fig157ef48d2d1a9a4ac1d1117bbca0ba31").fancybox();});]]></description>
		<wfw:commentRss>http://www.piprime.fr/847/l-system-with-asymptote-fig0150/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

