<?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: JavaFX, rectangular collision detection</title>
	<atom:link href="http://silveiraneto.net/2008/10/30/javafx-rectangular-collision-detection/feed/" rel="self" type="application/rss+xml" />
	<link>http://silveiraneto.net/2008/10/30/javafx-rectangular-collision-detection/</link>
	<description></description>
	<lastBuildDate>Fri, 09 Mar 2012 04:14:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: jose</title>
		<link>http://silveiraneto.net/2008/10/30/javafx-rectangular-collision-detection/comment-page-1/#comment-6819</link>
		<dc:creator>jose</dc:creator>
		<pubDate>Sun, 06 Feb 2011 05:00:17 +0000</pubDate>
		<guid isPermaLink="false">http://silveiraneto.net/?p=1629#comment-6819</guid>
		<description>Thanks for the post.  I am going to try it out.  I am currently using Bounds.interect function, but am not happy with the results.

thanks
jose</description>
		<content:encoded><![CDATA[<p>Thanks for the post.  I am going to try it out.  I am currently using Bounds.interect function, but am not happy with the results.</p>
<p>thanks<br />
jose</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kibo</title>
		<link>http://silveiraneto.net/2008/10/30/javafx-rectangular-collision-detection/comment-page-1/#comment-4461</link>
		<dc:creator>Kibo</dc:creator>
		<pubDate>Sun, 29 Nov 2009 18:00:29 +0000</pubDate>
		<guid isPermaLink="false">http://silveiraneto.net/?p=1629#comment-4461</guid>
		<description>Hi Silveira Neto I use your collision detection in my JavaFX game.
http://tomasjurman.blogspot.com/2009/11/javafx-game-wolfs-attack.html
I dont know whay it dont run in my mobile phone. More in conclusion of my article.
Your blog about JavaFX game is great.</description>
		<content:encoded><![CDATA[<p>Hi Silveira Neto I use your collision detection in my JavaFX game.<br />
<a href="http://tomasjurman.blogspot.com/2009/11/javafx-game-wolfs-attack.html" rel="nofollow">http://tomasjurman.blogspot.com/2009/11/javafx-game-wolfs-attack.html</a><br />
I dont know whay it dont run in my mobile phone. More in conclusion of my article.<br />
Your blog about JavaFX game is great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Welcome to JavaFX - DSA Pandora Box</title>
		<link>http://silveiraneto.net/2008/10/30/javafx-rectangular-collision-detection/comment-page-1/#comment-4444</link>
		<dc:creator>Welcome to JavaFX - DSA Pandora Box</dc:creator>
		<pubDate>Fri, 27 Nov 2009 04:49:23 +0000</pubDate>
		<guid isPermaLink="false">http://silveiraneto.net/?p=1629#comment-4444</guid>
		<description>[...] we will add collisions. In a previous post I showed some math behind bounding box game collisions. The good news are that you no longer need [...]</description>
		<content:encoded><![CDATA[<p>[...] we will add collisions. In a previous post I showed some math behind bounding box game collisions. The good news are that you no longer need [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zammbi</title>
		<link>http://silveiraneto.net/2008/10/30/javafx-rectangular-collision-detection/comment-page-1/#comment-3637</link>
		<dc:creator>zammbi</dc:creator>
		<pubDate>Sun, 29 Mar 2009 08:59:16 +0000</pubDate>
		<guid isPermaLink="false">http://silveiraneto.net/?p=1629#comment-3637</guid>
		<description>I get a error while using the webstart: com.sun.deploy.net.FailedDownloadException: Unable to load resource: http://silveiraneto.net/collisiondemo/launch.jnlp</description>
		<content:encoded><![CDATA[<p>I get a error while using the webstart: com.sun.deploy.net.FailedDownloadException: Unable to load resource: <a href="http://silveiraneto.net/collisiondemo/launch.jnlp" rel="nofollow">http://silveiraneto.net/collisiondemo/launch.jnlp</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silveira Neto &#187; Blog Archive &#187; JavaFX, how to create a rpg like game</title>
		<link>http://silveiraneto.net/2008/10/30/javafx-rectangular-collision-detection/comment-page-1/#comment-3167</link>
		<dc:creator>Silveira Neto &#187; Blog Archive &#187; JavaFX, how to create a rpg like game</dc:creator>
		<pubDate>Mon, 08 Dec 2008 07:38:53 +0000</pubDate>
		<guid isPermaLink="false">http://silveiraneto.net/?p=1629#comment-3167</guid>
		<description>[...] we will add collisions. In a previous post I showed some math behind bounding box game collisions. The good news are that you no longer need [...]</description>
		<content:encoded><![CDATA[<p>[...] we will add collisions. In a previous post I showed some math behind bounding box game collisions. The good news are that you no longer need [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silveira Neto &#187; Blog Archive &#187; JavaFX, Defuse the Bomb</title>
		<link>http://silveiraneto.net/2008/10/30/javafx-rectangular-collision-detection/comment-page-1/#comment-2745</link>
		<dc:creator>Silveira Neto &#187; Blog Archive &#187; JavaFX, Defuse the Bomb</dc:creator>
		<pubDate>Thu, 06 Nov 2008 14:55:40 +0000</pubDate>
		<guid isPermaLink="false">http://silveiraneto.net/?p=1629#comment-2745</guid>
		<description>[...] to a defuse point without touching in the walls. I&#8217;m using the collision detection methods I described early in this post to detect when the bomb hits a wall and then explode or when a bomb is inside the defuse point and [...]</description>
		<content:encoded><![CDATA[<p>[...] to a defuse point without touching in the walls. I&#8217;m using the collision detection methods I described early in this post to detect when the bomb hits a wall and then explode or when a bomb is inside the defuse point and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edwin</title>
		<link>http://silveiraneto.net/2008/10/30/javafx-rectangular-collision-detection/comment-page-1/#comment-2715</link>
		<dc:creator>Edwin</dc:creator>
		<pubDate>Sun, 02 Nov 2008 15:37:20 +0000</pubDate>
		<guid isPermaLink="false">http://silveiraneto.net/?p=1629#comment-2715</guid>
		<description>Hi..... i am realy surprised about how good are you for java fx........
i was wondering if you can help me with an aplication that i am developing... well i am just learning about this..... in my aplication there are 9 images organized in a 3x3 box and what i have to do is one of these images has to be in front of the others and hast to be a little bigger, but when i click on any of the other images in the back, the image on the front and the image on the back has to switch possitions and sizes, so please i hope you can help me with that problem..... already thanks....</description>
		<content:encoded><![CDATA[<p>Hi&#8230;.. i am realy surprised about how good are you for java fx&#8230;&#8230;..<br />
i was wondering if you can help me with an aplication that i am developing&#8230; well i am just learning about this&#8230;.. in my aplication there are 9 images organized in a 3&#215;3 box and what i have to do is one of these images has to be in front of the others and hast to be a little bigger, but when i click on any of the other images in the back, the image on the front and the image on the back has to switch possitions and sizes, so please i hope you can help me with that problem&#8230;.. already thanks&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

