<?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: Adding to Arrays and Vectors</title>
	<atom:link href="http://jacksondunstan.com/articles/265/feed" rel="self" type="application/rss+xml" />
	<link>http://jacksondunstan.com/articles/265</link>
	<description>Mastering AS3</description>
	<lastBuildDate>Tue, 07 Feb 2012 09:30:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: jackson</title>
		<link>http://jacksondunstan.com/articles/265/comment-page-1#comment-5955</link>
		<dc:creator>jackson</dc:creator>
		<pubDate>Fri, 06 May 2011 06:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://jacksondunstan.com/?p=265#comment-5955</guid>
		<description>Over 19 months and no one noticed the typo until you. Thanks for pointing it out. :)</description>
		<content:encoded><![CDATA[<p>Over 19 months and no one noticed the typo until you. Thanks for pointing it out. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ricky</title>
		<link>http://jacksondunstan.com/articles/265/comment-page-1#comment-5951</link>
		<dc:creator>ricky</dc:creator>
		<pubDate>Fri, 06 May 2011 04:41:01 +0000</pubDate>
		<guid isPermaLink="false">http://jacksondunstan.com/?p=265#comment-5951</guid>
		<description>the trace output should be:

trace(odds); // 1,3,5,7,2,4,6,8

rather than 

trace(odds); // 2,4,6,8,1,3,5,7

right?</description>
		<content:encoded><![CDATA[<p>the trace output should be:</p>
<p>trace(odds); // 1,3,5,7,2,4,6,8</p>
<p>rather than </p>
<p>trace(odds); // 2,4,6,8,1,3,5,7</p>
<p>right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Promethe</title>
		<link>http://jacksondunstan.com/articles/265/comment-page-1#comment-244</link>
		<dc:creator>Promethe</dc:creator>
		<pubDate>Thu, 08 Oct 2009 10:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://jacksondunstan.com/?p=265#comment-244</guid>
		<description>Very interesting post! I&#039;m using this technique in order to quickly build indices while walking through a BSP tree.

With your help, I know have only one push.apply per node instead of one push per face per node!

Amazing! :D</description>
		<content:encoded><![CDATA[<p>Very interesting post! I&#8217;m using this technique in order to quickly build indices while walking through a BSP tree.</p>
<p>With your help, I know have only one push.apply per node instead of one push per face per node!</p>
<p>Amazing! :D</p>
]]></content:encoded>
	</item>
</channel>
</rss>

