<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="/templates/xsl/lab.xsl"?>
<entry>
	<title>M10 - Sphere Variation Ten - haXe &amp; flash 10</title>
	<swf>
		<url>Random.swf</url>
		<width>800</width>
		<height>450</height>
	</swf>
	<info>
		<p>
			Normal sphere with Divide rather than Multiply on X &amp; Y axis.
		</p>
		<p>
			Is this an inverted sphere?
		</p>
		<p>
			Full details and more examples can be found at <a href="http://webr3.org/blog/">webr3.org/blog</a>.
		</p>
	</info>
	<sources>
		<snip>
<pre>
x = Math.cos(a) / Math.cos(r);
y = Math.cos(a) / Math.sin(r);
z = Math.sin(a);
</pre>
		</snip>
	</sources>
</entry>
