<?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: Exercise 1-2</title>
	<atom:link href="http://www.learningprocessing.com/exercises/chapter-1/exercise-1-2/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>Mon, 22 Mar 2010 14:53:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://www.learningprocessing.com/exercises/chapter-1/exercise-1-2/comment-page-1/#comment-14</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 20 Sep 2008 03:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=798#comment-14</guid>
		<description>Re: rect(5,0,4,3).  This is another excellent point.  Really, you are correct. I&#039;m not sure why Processing generated the rectangle one pixel higher.  Most likely, this is due to the fact the Processing puts the outline of a shape on the outside pixel (i.e. the interior width is 4, so the line falls on the 5th pixel).  This is mostly an artifact of looking at this shapes zoomed in.</description>
		<content:encoded><![CDATA[<p>Re: rect(5,0,4,3).  This is another excellent point.  Really, you are correct. I&#8217;m not sure why Processing generated the rectangle one pixel higher.  Most likely, this is due to the fact the Processing puts the outline of a shape on the outside pixel (i.e. the interior width is 4, so the line falls on the 5th pixel).  This is mostly an artifact of looking at this shapes zoomed in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.learningprocessing.com/exercises/chapter-1/exercise-1-2/comment-page-1/#comment-13</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 20 Sep 2008 03:11:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=798#comment-13</guid>
		<description>Yes, technically you are correct.  However, it is physically impossible to have an ellipse with a perfect center at (3,7) with an &quot;even&quot; width.  So Processing approximates.  I didn&#039;t mean for this to be a trick question, however, and it&#039;s really an oversight on my part.  The exercise would be a lot clearer with (3,7,5,5).  Nevertheless, the above result is exactly how Processing would do it (the answer was generated with Processing itself!).</description>
		<content:encoded><![CDATA[<p>Yes, technically you are correct.  However, it is physically impossible to have an ellipse with a perfect center at (3,7) with an &#8220;even&#8221; width.  So Processing approximates.  I didn&#8217;t mean for this to be a trick question, however, and it&#8217;s really an oversight on my part.  The exercise would be a lot clearer with (3,7,5,5).  Nevertheless, the above result is exactly how Processing would do it (the answer was generated with Processing itself!).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://www.learningprocessing.com/exercises/chapter-1/exercise-1-2/comment-page-1/#comment-12</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Sat, 20 Sep 2008 03:07:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=798#comment-12</guid>
		<description>rect (5,0,4,3);

should be...
rect (5,0,5,4);
based upon figure 1.7 in book.

Yes? No?</description>
		<content:encoded><![CDATA[<p>rect (5,0,4,3);</p>
<p>should be&#8230;<br />
rect (5,0,5,4);<br />
based upon figure 1.7 in book.</p>
<p>Yes? No?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://www.learningprocessing.com/exercises/chapter-1/exercise-1-2/comment-page-1/#comment-11</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Sat, 20 Sep 2008 03:02:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=798#comment-11</guid>
		<description>ellipse (3,7,4,4);

should be...
ellipse (3,7,5,5); 
based upon figure 1.10 in book.

Yes? No?</description>
		<content:encoded><![CDATA[<p>ellipse (3,7,4,4);</p>
<p>should be&#8230;<br />
ellipse (3,7,5,5);<br />
based upon figure 1.10 in book.</p>
<p>Yes? No?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
