<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Dragon curve example.</title>
		<link>http://kogics.wikidot.com/forum/t-229114/dragon-curve-example</link>
		<description>Posts in the discussion thread &quot;Dragon curve example.&quot;</description>
				<copyright></copyright>
		<lastBuildDate>Mon, 10 Aug 2026 11:29:40 +0000</lastBuildDate>
		
					<item>
				<guid>http://kogics.wikidot.com/forum/t-229114#post-737207</guid>
				<title>Re: Dragon curve example.</title>
				<link>http://kogics.wikidot.com/forum/t-229114/dragon-curve-example#post-737207</link>
				<description></description>
				<pubDate>Mon, 29 Mar 2010 02:31:31 +0000</pubDate>
				<wikidot:authorName>Łukasz Lew</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Sure</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://kogics.wikidot.com/forum/t-229114#post-732376</guid>
				<title>Re: Dragon curve example.</title>
				<link>http://kogics.wikidot.com/forum/t-229114/dragon-curve-example#post-732376</link>
				<description></description>
				<pubDate>Tue, 23 Mar 2010 18:22:58 +0000</pubDate>
				<wikidot:authorName>lalitp</wikidot:authorName>				<wikidot:authorUserId>66813</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Just tried it - it looks wonderful!<br /> Is it Ok with you if we include it as a sample in the next version of Kojo?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://kogics.wikidot.com/forum/t-229114#post-732125</guid>
				<title>Dragon curve example.</title>
				<link>http://kogics.wikidot.com/forum/t-229114/dragon-curve-example#post-732125</link>
				<description></description>
				<pubDate>Tue, 23 Mar 2010 13:10:28 +0000</pubDate>
				<wikidot:authorName>Łukasz Lew</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>def dragon (depth : Int, angle : Double) : Unit = {<br /> if (depth == 0) {<br /> forward (10)<br /> return;<br /> }</p> <p>turn (angle)<br /> dragon (depth-1, angle.abs)<br /> turn (-angle)</p> <p>turn (-angle)<br /> dragon (depth-1, -angle.abs)<br /> turn (angle)<br /> }</p> <p>clear<br /> setAnimationDelay(0)<br /> setPenThickness (7)</p> <p>dragon (10, 45)</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>