<?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: Example 6-8: Lines One at a Time</title>
	<atom:link href="http://www.learningprocessing.com/examples/chapter-6/example-6-8/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learningprocessing.com</link>
	<description>A Beginner's Guide to Programming Images, Animation, and Interaction by Daniel Shiffman</description>
	<lastBuildDate>Thu, 09 Feb 2012 16:27:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: subpixel</title>
		<link>http://www.learningprocessing.com/examples/chapter-6/example-6-8/comment-page-1/#comment-624</link>
		<dc:creator>subpixel</dc:creator>
		<pubDate>Thu, 22 Jan 2009 08:17:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=387#comment-624</guid>
		<description>A visible line is drawn when y==0 (the first row of pixels of the display), and an invisible, or &quot;offscreen&quot; line is drawn when y==height (==200).

Not a big deal in this case, but it is helpful to keep in mind that the display pixel coordinates are from 0 to width - 1 in the x direction and 0 to height - 1 in the y direction, and is absolutely critical if using the pixels[] array method to plot points, since specifying an out of bounds index will throw a Java exception.</description>
		<content:encoded><![CDATA[<p>A visible line is drawn when y==0 (the first row of pixels of the display), and an invisible, or &#8220;offscreen&#8221; line is drawn when y==height (==200).</p>
<p>Not a big deal in this case, but it is helpful to keep in mind that the display pixel coordinates are from 0 to width &#8211; 1 in the x direction and 0 to height &#8211; 1 in the y direction, and is absolutely critical if using the pixels[] array method to plot points, since specifying an out of bounds index will throw a Java exception.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

