<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: ActionScript curves update</title>
	<atom:link href="http://andywoodruff.com/blog/actionscript-curves-update/feed/" rel="self" type="application/rss+xml" />
	<link>http://andywoodruff.com/blog/actionscript-curves-update/</link>
	<description>Adventures in cartography</description>
	<lastBuildDate>Tue, 24 Jan 2012 16:36:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Zoi</title>
		<link>http://andywoodruff.com/blog/actionscript-curves-update/comment-page-1/#comment-118005</link>
		<dc:creator>Zoi</dc:creator>
		<pubDate>Fri, 15 Apr 2011 23:44:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.cartogrammar.com/blog/?p=22#comment-118005</guid>
		<description>I realize this is a ridiculously basic question, but I&#039;m trying to learn Bezier curves and ActionScript at the same time. I understand what&#039;s going on with the curve itself, but in your code you use GreenDot and ControlPoint. Where are those defined?</description>
		<content:encoded><![CDATA[<p>I realize this is a ridiculously basic question, but I&#8217;m trying to learn Bezier curves and ActionScript at the same time. I understand what&#8217;s going on with the curve itself, but in your code you use GreenDot and ControlPoint. Where are those defined?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian</title>
		<link>http://andywoodruff.com/blog/actionscript-curves-update/comment-page-1/#comment-83718</link>
		<dc:creator>Sebastian</dc:creator>
		<pubDate>Fri, 03 Dec 2010 10:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.cartogrammar.com/blog/?p=22#comment-83718</guid>
		<description>Don´t you ever use type declarations??</description>
		<content:encoded><![CDATA[<p>Don´t you ever use type declarations??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tron</title>
		<link>http://andywoodruff.com/blog/actionscript-curves-update/comment-page-1/#comment-81390</link>
		<dc:creator>tron</dc:creator>
		<pubDate>Fri, 26 Nov 2010 16:47:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.cartogrammar.com/blog/?p=22#comment-81390</guid>
		<description>Thanks for sharing your code !
I wonder if there is a way to mix your class with the dashLine class to be able to draw curve dashLine.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing your code !<br />
I wonder if there is a way to mix your class with the dashLine class to be able to draw curve dashLine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: X-Com &#124; SmokeFX &#8211; An experiment with Bezier Curves</title>
		<link>http://andywoodruff.com/blog/actionscript-curves-update/comment-page-1/#comment-56376</link>
		<dc:creator>X-Com &#124; SmokeFX &#8211; An experiment with Bezier Curves</dc:creator>
		<pubDate>Thu, 26 Aug 2010 11:33:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.cartogrammar.com/blog/?p=22#comment-56376</guid>
		<description>[...] I don&#8217;t have to worry about that as I could find this great class taking care of all that math I lost out as a very happy but maybe not so focused student. [...]</description>
		<content:encoded><![CDATA[<p>[...] I don&#8217;t have to worry about that as I could find this great class taking care of all that math I lost out as a very happy but maybe not so focused student. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bezier Curves in AS3 &#124; Ryan Tan</title>
		<link>http://andywoodruff.com/blog/actionscript-curves-update/comment-page-1/#comment-10623</link>
		<dc:creator>Bezier Curves in AS3 &#124; Ryan Tan</dc:creator>
		<pubDate>Tue, 05 Jan 2010 04:37:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.cartogrammar.com/blog/?p=22#comment-10623</guid>
		<description>[...] http://www.cartogrammar.com/blog/actionscript-curves-update/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.cartogrammar.com/blog/actionscript-curves-update/" rel="nofollow">http://www.cartogrammar.com/blog/actionscript-curves-update/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Woodruff</title>
		<link>http://andywoodruff.com/blog/actionscript-curves-update/comment-page-1/#comment-6347</link>
		<dc:creator>Andy Woodruff</dc:creator>
		<pubDate>Fri, 17 Jul 2009 16:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.cartogrammar.com/blog/?p=22#comment-6347</guid>
		<description>Thanks for sharing that, Tom; I will definitely check it out. (Sorry your comment didn&#039;t show up right away. It was caught by the spam filter for some reason.)</description>
		<content:encoded><![CDATA[<p>Thanks for sharing that, Tom; I will definitely check it out. (Sorry your comment didn&#8217;t show up right away. It was caught by the spam filter for some reason.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://andywoodruff.com/blog/actionscript-curves-update/comment-page-1/#comment-6295</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 13 Jul 2009 00:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.cartogrammar.com/blog/?p=22#comment-6295</guid>
		<description>Hey, we built a small fast bezier library for AS3, we&#039;ve open sourced it so feel free to give it a try:

http://farmcode.org/post/2009/07/06/Fast-2D-Bezier-Library-for-ActionScript-3.aspx</description>
		<content:encoded><![CDATA[<p>Hey, we built a small fast bezier library for AS3, we&#8217;ve open sourced it so feel free to give it a try:</p>
<p><a href="http://farmcode.org/post/2009/07/06/Fast-2D-Bezier-Library-for-ActionScript-3.aspx" rel="nofollow">http://farmcode.org/post/2009/07/06/Fast-2D-Bezier-Library-for-ActionScript-3.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Woodruff</title>
		<link>http://andywoodruff.com/blog/actionscript-curves-update/comment-page-1/#comment-6291</link>
		<dc:creator>Andy Woodruff</dc:creator>
		<pubDate>Sun, 12 Jul 2009 16:06:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.cartogrammar.com/blog/?p=22#comment-6291</guid>
		<description>I don&#039;t know of similar single Flex solutions, although I haven&#039;t really looked.  When originally writing this, I hadn&#039;t even considered Flex and that that Flash CS3/4 would contain packages not available in Flex.  So this was interesting to learn.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know of similar single Flex solutions, although I haven&#8217;t really looked.  When originally writing this, I hadn&#8217;t even considered Flex and that that Flash CS3/4 would contain packages not available in Flex.  So this was interesting to learn.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Poetus</title>
		<link>http://andywoodruff.com/blog/actionscript-curves-update/comment-page-1/#comment-6264</link>
		<dc:creator>Poetus</dc:creator>
		<pubDate>Sat, 11 Jul 2009 18:03:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.cartogrammar.com/blog/?p=22#comment-6264</guid>
		<description>Heya, do you happen to know if there is a similar solution for Flex, aside from the Degrafa library. Since I only need this one for my grand project pathfinding rendering engine :) I love it and it works smooth enough, but since I&#039;m building it based on an AS3 project in Flashdevelop, it is basically Flex and can&#039;t use natively FL - library stuff. I&#039;ve circumvented it by using a swc with the necessary controls and this lovely cubicbezier class, but it&#039;s a bit messy and I&#039;d rather have it all in Flex :)

Once again thank you for this, cheers

-N</description>
		<content:encoded><![CDATA[<p>Heya, do you happen to know if there is a similar solution for Flex, aside from the Degrafa library. Since I only need this one for my grand project pathfinding rendering engine <img src='http://andywoodruff.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I love it and it works smooth enough, but since I&#8217;m building it based on an AS3 project in Flashdevelop, it is basically Flex and can&#8217;t use natively FL &#8211; library stuff. I&#8217;ve circumvented it by using a swc with the necessary controls and this lovely cubicbezier class, but it&#8217;s a bit messy and I&#8217;d rather have it all in Flex <img src='http://andywoodruff.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Once again thank you for this, cheers</p>
<p>-N</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sydd</title>
		<link>http://andywoodruff.com/blog/actionscript-curves-update/comment-page-1/#comment-5873</link>
		<dc:creator>sydd</dc:creator>
		<pubDate>Tue, 30 Jun 2009 10:35:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.cartogrammar.com/blog/?p=22#comment-5873</guid>
		<description>fl.* package is not part of flex. 
Its a package shipped with flash CS3 (i guess with CS4 too)
The default location is:
C:\Program Files\Adobe\Adobe Flash CS3\en\Configuration\ActionScript 3.0\Classes\fl\</description>
		<content:encoded><![CDATA[<p>fl.* package is not part of flex.<br />
Its a package shipped with flash CS3 (i guess with CS4 too)<br />
The default location is:<br />
C:\Program Files\Adobe\Adobe Flash CS3\en\Configuration\ActionScript 3.0\Classes\fl\</p>
]]></content:encoded>
	</item>
</channel>
</rss>

