<?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: Unexpected Results - Interpolating Sine</title>
	<atom:link href="http://bumpslide.com/blog/2007/01/18/interpolating-sin/feed/" rel="self" type="application/rss+xml" />
	<link>http://bumpslide.com/blog/2007/01/18/interpolating-sin/</link>
	<description></description>
	<pubDate>Wed, 08 Sep 2010 00:46:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: david</title>
		<link>http://bumpslide.com/blog/2007/01/18/interpolating-sin/comment-page-1/#comment-2532</link>
		<dc:creator>david</dc:creator>
		<pubDate>Mon, 04 Jun 2007 21:20:01 +0000</pubDate>
		<guid isPermaLink="false">http://bumpslide.com/blog/2007/01/18/interpolating-sin/#comment-2532</guid>
		<description>saravanan- I've posted an example for you here... http://bumpslide.com/blog/2007/06/04/easy-bezier-interpolation/  

hope this helps.</description>
		<content:encoded><![CDATA[<p>saravanan- I&#8217;ve posted an example for you here&#8230; <a href="http://bumpslide.com/blog/2007/06/04/easy-bezier-interpolation/"  rel="nofollow">http://bumpslide.com/blog/2007/06/04/easy-bezier-interpolation/</a>  </p>
<p>hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saravanan</title>
		<link>http://bumpslide.com/blog/2007/01/18/interpolating-sin/comment-page-1/#comment-1988</link>
		<dc:creator>Saravanan</dc:creator>
		<pubDate>Tue, 29 May 2007 06:16:17 +0000</pubDate>
		<guid isPermaLink="false">http://bumpslide.com/blog/2007/01/18/interpolating-sin/#comment-1988</guid>
		<description>is there a way to smooth this line..........please help........


var line_data_arr:Array = new Array();
line_data_arr.push({x:0, y:500});
line_data_arr.push({x:54.1666666666667, y:500});
line_data_arr.push({x:108.333333333333, y:0});
line_data_arr.push({x:162.5, y:307.055555555556});
line_data_arr.push({x:216.666666666667, y:483.333333333333});
line_data_arr.push({x:270.833333333333, y:487});
line_data_arr.push({x:325, y:431.444444444444});
line_data_arr.push({x:379.166666666667, y:472.222222222222});
_root.createEmptyMovieClip("line_mc", _root.getNextHighestDepth());
with (_root.line_mc) {
lineStyle(1, 0x564500, 100);
moveTo(0, 500);
for (var j = 0; j</description>
		<content:encoded><![CDATA[<p>is there a way to smooth this line&#8230;&#8230;&#8230;.please help&#8230;&#8230;..</p>
<p>var line_data_arr:Array = new Array();<br />
line_data_arr.push({x:0, y:500});<br />
line_data_arr.push({x:54.1666666666667, y:500});<br />
line_data_arr.push({x:108.333333333333, y:0});<br />
line_data_arr.push({x:162.5, y:307.055555555556});<br />
line_data_arr.push({x:216.666666666667, y:483.333333333333});<br />
line_data_arr.push({x:270.833333333333, y:487});<br />
line_data_arr.push({x:325, y:431.444444444444});<br />
line_data_arr.push({x:379.166666666667, y:472.222222222222});<br />
_root.createEmptyMovieClip(&#8221;line_mc&#8221;, _root.getNextHighestDepth());<br />
with (_root.line_mc) {<br />
lineStyle(1, 0&#215;564500, 100);<br />
moveTo(0, 500);<br />
for (var j = 0; j</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://bumpslide.com/blog/2007/01/18/interpolating-sin/comment-page-1/#comment-22</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Thu, 18 Jan 2007 21:29:12 +0000</pubDate>
		<guid isPermaLink="false">http://bumpslide.com/blog/2007/01/18/interpolating-sin/#comment-22</guid>
		<description>David, 
Thanks for looking into this. I was suprised by the lack of info on the web regarding this topic. I'm looking forward to digging through your source files. 
Thanks Again,
~Jeremy</description>
		<content:encoded><![CDATA[<p>David,<br />
Thanks for looking into this. I was suprised by the lack of info on the web regarding this topic. I&#8217;m looking forward to digging through your source files.<br />
Thanks Again,<br />
~Jeremy</p>
]]></content:encoded>
	</item>
</channel>
</rss>
