<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Silverlight &#124; WPF &#124; Microsoft.Net &#187; Containment</title>
	<atom:link href="http://joel.neubeck.net/tag/containment/feed/" rel="self" type="application/rss+xml" />
	<link>http://joel.neubeck.net</link>
	<description>Simplifing structure without changing results</description>
	<lastBuildDate>Wed, 26 May 2010 18:43:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Confined collisions with a dose of gravity</title>
		<link>http://joel.neubeck.net/2008/08/confined-collisions-with-a-dose-of-gravity/</link>
		<comments>http://joel.neubeck.net/2008/08/confined-collisions-with-a-dose-of-gravity/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 20:42:42 +0000</pubDate>
		<dc:creator>joel</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Containment]]></category>
		<category><![CDATA[Elastic Collision]]></category>
		<category><![CDATA[Gravity]]></category>

		<guid isPermaLink="false">http://joel.neubeck.net/2008/08/confined-collisions-with-a-dose-of-gravity/</guid>
		<description><![CDATA[Over the past few months I have created a handful of Silverlight 2 examples that demonstrate basic physics. In this example I am going to demonstrate containment of a variable number of spheres with gravity causing deceleration.&#160; Below you see a simple Grid which I will place a set number of spheres within.&#160; Each sphere [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past few months I have created a handful of Silverlight 2 examples that demonstrate basic physics. In this example I am going to demonstrate containment of a variable number of spheres with gravity causing deceleration.&#160; Below you see a simple Grid which I will place a set number of spheres within.&#160; Each sphere will be inserted into the grid at a randomized X position, within the top 20 pixels of the container.&#160; Each sphere drop immediately and react to any collision with the container or other spheres elastically.
<p><iframe style="border: 1px solid #FFFFFF;" src="/wp-content/uploads/2008/08/GravitationalCollisions/default.html" width="300" height="300"></iframe></p>
<p> If you run this a few times you are bound to find it freak out. I am still in the process of tracking down why on a occasion it appears get lost and the spheres disapear.
<p>Code: <a onclick="javascript: pageTracker._trackPageview('/code/GravitationalCollisions.zip');" href="/wp-content/uploads/2008/08/GravitationalCollisions/GravitationalCollisions.zip">GravitationalCollisions.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://joel.neubeck.net/2008/08/confined-collisions-with-a-dose-of-gravity/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
