<li><ahref="../../../System/ValueType.html"title="class in System">System.ValueType</a></li>
<li>
<ulclass="inheritance">
<li>Microsoft.Xna.Framework.BoundingSphere</li>
</ul>
</li>
</ul>
</li>
</ul>
<divclass="description">
<ulclass="blockList">
<liclass="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><ahref="../../../System/IEquatable.html"title="interface in System">IEquatable</a><<ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html"title="class in Microsoft.Xna.Framework">BoundingSphere</a>></dd>
</dl>
<hr>
<br>
<pre>public final class <spanclass="strong">BoundingSphere</span>
extends <ahref="../../../System/ValueType.html"title="class in System">ValueType</a>
implements <ahref="../../../System/IEquatable.html"title="interface in System">IEquatable</a><<ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html"title="class in Microsoft.Xna.Framework">BoundingSphere</a>></pre>
<divclass="block">Creates a new instance of BoundingSphere.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colOne"><code><strong><ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html#BoundingSphere(Microsoft.Xna.Framework.Vector3, float)">BoundingSphere</a></strong>(<ahref="../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> center,
float radius)</code>
<divclass="block">Creates a new instance of BoundingSphere.</div>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="../../../Microsoft/Xna/Framework/ContainmentType.html"title="enum in Microsoft.Xna.Framework">ContainmentType</a></code></td>
<tdclass="colLast"><code><strong><ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html#Contains(Microsoft.Xna.Framework.BoundingBox)">Contains</a></strong>(<ahref="../../../Microsoft/Xna/Framework/BoundingBox.html"title="class in Microsoft.Xna.Framework">BoundingBox</a> box)</code>
<divclass="block">Checks whether the current BoundingSphere contains the specified BoundingBox.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html#Contains(Microsoft.Xna.Framework.BoundingBox, Microsoft.Xna.Framework.ContainmentType)">Contains</a></strong>(<ahref="../../../Microsoft/Xna/Framework/BoundingBox.html"title="class in Microsoft.Xna.Framework">BoundingBox</a> box,
<ahref="../../../Microsoft/Xna/Framework/ContainmentType.html"title="enum in Microsoft.Xna.Framework">ContainmentType</a> result)</code>
<divclass="block">Checks whether the current BoundingSphere contains the specified BoundingBox.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="../../../Microsoft/Xna/Framework/ContainmentType.html"title="enum in Microsoft.Xna.Framework">ContainmentType</a></code></td>
<tdclass="colLast"><code><strong><ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html#Contains(Microsoft.Xna.Framework.BoundingSphere)">Contains</a></strong>(<ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html"title="class in Microsoft.Xna.Framework">BoundingSphere</a> sphere)</code>
<divclass="block">Checks whether the current BoundingSphere contains the specified BoundingSphere.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html#Contains(Microsoft.Xna.Framework.BoundingSphere, Microsoft.Xna.Framework.ContainmentType)">Contains</a></strong>(<ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html"title="class in Microsoft.Xna.Framework">BoundingSphere</a> sphere,
<ahref="../../../Microsoft/Xna/Framework/ContainmentType.html"title="enum in Microsoft.Xna.Framework">ContainmentType</a> result)</code>
<divclass="block">Checks whether the current BoundingSphere contains the specified BoundingSphere.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="../../../Microsoft/Xna/Framework/ContainmentType.html"title="enum in Microsoft.Xna.Framework">ContainmentType</a></code></td>
<tdclass="colLast"><code><strong><ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html#Contains(Microsoft.Xna.Framework.Vector3)">Contains</a></strong>(<ahref="../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> point)</code>
<divclass="block">Checks whether the current BoundingSphere contains the specified point.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html#Contains(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.ContainmentType)">Contains</a></strong>(<ahref="../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> point,
<ahref="../../../Microsoft/Xna/Framework/ContainmentType.html"title="enum in Microsoft.Xna.Framework">ContainmentType</a> result)</code>
<divclass="block">Checks whether the current BoundingSphere contains the specified point.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html"title="class in Microsoft.Xna.Framework">BoundingSphere</a></code></td>
<tdclass="colLast"><code><strong><ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html#CreateFromBoundingBox(Microsoft.Xna.Framework.BoundingBox)">CreateFromBoundingBox</a></strong>(<ahref="../../../Microsoft/Xna/Framework/BoundingBox.html"title="class in Microsoft.Xna.Framework">BoundingBox</a> box)</code>
<divclass="block">Creates the smallest BoundingSphere that can contain a specified BoundingBox.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html#CreateFromBoundingBox(Microsoft.Xna.Framework.BoundingBox, Microsoft.Xna.Framework.BoundingSphere)">CreateFromBoundingBox</a></strong>(<ahref="../../../Microsoft/Xna/Framework/BoundingBox.html"title="class in Microsoft.Xna.Framework">BoundingBox</a> box,
<ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html"title="class in Microsoft.Xna.Framework">BoundingSphere</a> result)</code>
<divclass="block">Creates the smallest BoundingSphere that can contain a specified BoundingBox.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html"title="class in Microsoft.Xna.Framework">BoundingSphere</a></code></td>
<tdclass="colLast"><code><strong><ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html#CreateMerged(Microsoft.Xna.Framework.BoundingSphere, Microsoft.Xna.Framework.BoundingSphere)">CreateMerged</a></strong>(<ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html"title="class in Microsoft.Xna.Framework">BoundingSphere</a> original,
<ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html"title="class in Microsoft.Xna.Framework">BoundingSphere</a> additional)</code>
<divclass="block">Creates a BoundingSphere that contains the two specified BoundingSphere instances.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html#CreateMerged(Microsoft.Xna.Framework.BoundingSphere, Microsoft.Xna.Framework.BoundingSphere, Microsoft.Xna.Framework.BoundingSphere)">CreateMerged</a></strong>(<ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html"title="class in Microsoft.Xna.Framework">BoundingSphere</a> original,
<ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html"title="class in Microsoft.Xna.Framework">BoundingSphere</a> additional,
<ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html"title="class in Microsoft.Xna.Framework">BoundingSphere</a> result)</code>
<divclass="block">Creates a BoundingSphere that contains the two specified BoundingSphere instances.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>boolean</code></td>
<tdclass="colLast"><code><strong><ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html#Equals(Microsoft.Xna.Framework.BoundingSphere)">Equals</a></strong>(<ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html"title="class in Microsoft.Xna.Framework">BoundingSphere</a> other)</code>
<divclass="block">Determines whether the specified BoundingSphere is equal to the current BoundingSphere.</div>
<divclass="block">Gets the hash code for this instance.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>boolean</code></td>
<tdclass="colLast"><code><strong><ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html#Intersects(Microsoft.Xna.Framework.BoundingBox)">Intersects</a></strong>(<ahref="../../../Microsoft/Xna/Framework/BoundingBox.html"title="class in Microsoft.Xna.Framework">BoundingBox</a> box)</code>
<divclass="block">Checks whether the current BoundingSphere intersects with a specified BoundingBox.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html#Intersects(Microsoft.Xna.Framework.BoundingBox, boolean)">Intersects</a></strong>(<ahref="../../../Microsoft/Xna/Framework/BoundingBox.html"title="class in Microsoft.Xna.Framework">BoundingBox</a> box,
boolean result)</code>
<divclass="block">Checks whether the current BoundingSphere intersects a BoundingBox.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>boolean</code></td>
<tdclass="colLast"><code><strong><ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html#Intersects(Microsoft.Xna.Framework.BoundingSphere)">Intersects</a></strong>(<ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html"title="class in Microsoft.Xna.Framework">BoundingSphere</a> sphere)</code>
<divclass="block">Checks whether the current BoundingSphere intersects with a specified BoundingSphere.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html#Intersects(Microsoft.Xna.Framework.BoundingSphere, boolean)">Intersects</a></strong>(<ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html"title="class in Microsoft.Xna.Framework">BoundingSphere</a> sphere,
boolean result)</code>
<divclass="block">Checks whether the current BoundingSphere intersects another BoundingSphere.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code><ahref="../../../Microsoft/Xna/Framework/PlaneIntersectionType.html"title="enum in Microsoft.Xna.Framework">PlaneIntersectionType</a></code></td>
<tdclass="colLast"><code><strong><ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html#Intersects(Microsoft.Xna.Framework.Plane)">Intersects</a></strong>(<ahref="../../../Microsoft/Xna/Framework/Plane.html"title="class in Microsoft.Xna.Framework">Plane</a> plane)</code>
<divclass="block">Checks whether the current BoundingSphere intersects with a specified Plane.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html#Intersects(Microsoft.Xna.Framework.Plane, Microsoft.Xna.Framework.PlaneIntersectionType)">Intersects</a></strong>(<ahref="../../../Microsoft/Xna/Framework/Plane.html"title="class in Microsoft.Xna.Framework">Plane</a> plane,
<ahref="../../../Microsoft/Xna/Framework/PlaneIntersectionType.html"title="enum in Microsoft.Xna.Framework">PlaneIntersectionType</a> result)</code>
<divclass="block">Checks whether the current BoundingSphere intersects a Plane.</div>
<tdclass="colLast"><code><strong><ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html#Intersects(Microsoft.Xna.Framework.Ray)">Intersects</a></strong>(<ahref="../../../Microsoft/Xna/Framework/Ray.html"title="class in Microsoft.Xna.Framework">Ray</a> ray)</code>
<divclass="block">Checks whether the current BoundingSphere intersects with a specified Ray.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html#Intersects(Microsoft.Xna.Framework.Ray, java.lang.Float)">Intersects</a></strong>(<ahref="../../../Microsoft/Xna/Framework/Ray.html"title="class in Microsoft.Xna.Framework">Ray</a> ray,
java.lang.Float result)</code>
<divclass="block">Checks whether the current BoundingSphere intersects a Ray.</div>
<divclass="block">Returns a String that represents the current BoundingSphere.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html"title="class in Microsoft.Xna.Framework">BoundingSphere</a></code></td>
<tdclass="colLast"><code><strong><ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html#Transform(Microsoft.Xna.Framework.Matrix)">Transform</a></strong>(<ahref="../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix)</code>
<divclass="block">Translates and scales the BoundingSphere using a given Matrix.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html#Transform(Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.BoundingSphere)">Transform</a></strong>(<ahref="../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix,
<ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html"title="class in Microsoft.Xna.Framework">BoundingSphere</a> result)</code>
<divclass="block">Translates and scales the BoundingSphere using a given Matrix.</div>
<pre>public BoundingSphere(<ahref="../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> center,
float radius)</pre>
<divclass="block">Creates a new instance of BoundingSphere.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>center</code> - Center point of the sphere.</dd><dd><code>radius</code> - Radius of the sphere.</dd></dl>
</li>
</ul>
<aname="BoundingSphere()">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>BoundingSphere</h4>
<pre>public BoundingSphere()</pre>
<divclass="block">Creates a new instance of BoundingSphere.</div>
<pre>public <ahref="../../../Microsoft/Xna/Framework/ContainmentType.html"title="enum in Microsoft.Xna.Framework">ContainmentType</a> Contains(<ahref="../../../Microsoft/Xna/Framework/BoundingBox.html"title="class in Microsoft.Xna.Framework">BoundingBox</a> box)</pre>
<divclass="block">Checks whether the current BoundingSphere contains the specified BoundingBox.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>box</code> - The BoundingBox to check against the current BoundingSphere.</dd>
<dt><spanclass="strong">Returns:</span></dt><dd>An enumeration indicating the relationship of the specified BoundingBox to the current BoundingSphere.</dd></dl>
<pre>public <ahref="../../../Microsoft/Xna/Framework/ContainmentType.html"title="enum in Microsoft.Xna.Framework">ContainmentType</a> Contains(<ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html"title="class in Microsoft.Xna.Framework">BoundingSphere</a> sphere)</pre>
<divclass="block">Checks whether the current BoundingSphere contains the specified BoundingSphere.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>sphere</code> - The BoundingSphere to check against the current BoundingSphere.</dd>
<dt><spanclass="strong">Returns:</span></dt><dd>An enumeration indicating the relationship of the BoundingSpheres.</dd></dl>
<pre>public <ahref="../../../Microsoft/Xna/Framework/ContainmentType.html"title="enum in Microsoft.Xna.Framework">ContainmentType</a> Contains(<ahref="../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> point)</pre>
<divclass="block">Checks whether the current BoundingSphere contains the specified point.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>point</code> - The point to check against the current BoundingSphere.</dd>
<dt><spanclass="strong">Returns:</span></dt><dd>An enumeration indicating the relationship of the specified point to the current BoundingSphere.</dd></dl>
<pre>public void Contains(<ahref="../../../Microsoft/Xna/Framework/BoundingBox.html"title="class in Microsoft.Xna.Framework">BoundingBox</a> box,
<ahref="../../../Microsoft/Xna/Framework/ContainmentType.html"title="enum in Microsoft.Xna.Framework">ContainmentType</a> result)</pre>
<divclass="block">Checks whether the current BoundingSphere contains the specified BoundingBox.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>box</code> - The BoundingBox to test for overlap.</dd><dd><code>result</code> - [OutAttribute] Enumeration indicating the extent of overlap.</dd></dl>
<pre>public void Contains(<ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html"title="class in Microsoft.Xna.Framework">BoundingSphere</a> sphere,
<ahref="../../../Microsoft/Xna/Framework/ContainmentType.html"title="enum in Microsoft.Xna.Framework">ContainmentType</a> result)</pre>
<divclass="block">Checks whether the current BoundingSphere contains the specified BoundingSphere.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>sphere</code> - The BoundingSphere to test for overlap.</dd><dd><code>result</code> - [OutAttribute] Enumeration indicating the extent of overlap.</dd></dl>
<pre>public void Contains(<ahref="../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> point,
<ahref="../../../Microsoft/Xna/Framework/ContainmentType.html"title="enum in Microsoft.Xna.Framework">ContainmentType</a> result)</pre>
<divclass="block">Checks whether the current BoundingSphere contains the specified point.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>point</code> - The point to test for overlap.</dd><dd><code>result</code> - [OutAttribute] Enumeration indicating the extent of overlap.</dd></dl>
<pre>public static <ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html"title="class in Microsoft.Xna.Framework">BoundingSphere</a> CreateFromBoundingBox(<ahref="../../../Microsoft/Xna/Framework/BoundingBox.html"title="class in Microsoft.Xna.Framework">BoundingBox</a> box)</pre>
<divclass="block">Creates the smallest BoundingSphere that can contain a specified BoundingBox.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>box</code> - The BoundingBox to create the BoundingSphere from.</dd>
<dt><spanclass="strong">Returns:</span></dt><dd>The created BoundingSphere.</dd></dl>
<pre>public static void CreateFromBoundingBox(<ahref="../../../Microsoft/Xna/Framework/BoundingBox.html"title="class in Microsoft.Xna.Framework">BoundingBox</a> box,
<ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html"title="class in Microsoft.Xna.Framework">BoundingSphere</a> result)</pre>
<divclass="block">Creates the smallest BoundingSphere that can contain a specified BoundingBox.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>box</code> - The BoundingBox to create the BoundingSphere from.</dd><dd><code>result</code> - [OutAttribute] The created BoundingSphere.</dd></dl>
<pre>public static <ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html"title="class in Microsoft.Xna.Framework">BoundingSphere</a> CreateMerged(<ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html"title="class in Microsoft.Xna.Framework">BoundingSphere</a> original,
<ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html"title="class in Microsoft.Xna.Framework">BoundingSphere</a> additional)</pre>
<divclass="block">Creates a BoundingSphere that contains the two specified BoundingSphere instances.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>original</code> - BoundingSphere to be merged.</dd><dd><code>additional</code> - BoundingSphere to be merged.</dd>
<dt><spanclass="strong">Returns:</span></dt><dd>The created BoundingSphere.</dd></dl>
<pre>public static void CreateMerged(<ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html"title="class in Microsoft.Xna.Framework">BoundingSphere</a> original,
<ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html"title="class in Microsoft.Xna.Framework">BoundingSphere</a> additional,
<ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html"title="class in Microsoft.Xna.Framework">BoundingSphere</a> result)</pre>
<divclass="block">Creates a BoundingSphere that contains the two specified BoundingSphere instances.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>original</code> - BoundingSphere to be merged.</dd><dd><code>additional</code> - BoundingSphere to be merged.</dd><dd><code>result</code> - [OutAttribute] The created BoundingSphere.</dd></dl>
<pre>public boolean Equals(<ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html"title="class in Microsoft.Xna.Framework">BoundingSphere</a> other)</pre>
<divclass="block">Determines whether the specified BoundingSphere is equal to the current BoundingSphere.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../System/IEquatable.html#Equals(T)">Equals</a></code> in interface <code><ahref="../../../System/IEquatable.html"title="interface in System">IEquatable</a><<ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html"title="class in Microsoft.Xna.Framework">BoundingSphere</a>></code></dd>
<dt><spanclass="strong">Parameters:</span></dt><dd><code>other</code> - The BoundingSphere to compare with the current BoundingSphere.</dd>
<dt><spanclass="strong">Returns:</span></dt><dd>true if the specified BoundingSphere is equal to the current BoundingSphere; false otherwise.</dd></dl>
</li>
</ul>
<aname="hashCode()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>hashCode</h4>
<pre>public int hashCode()</pre>
<divclass="block">Gets the hash code for this instance.</div>
<pre>public boolean Intersects(<ahref="../../../Microsoft/Xna/Framework/BoundingBox.html"title="class in Microsoft.Xna.Framework">BoundingBox</a> box)</pre>
<divclass="block">Checks whether the current BoundingSphere intersects with a specified BoundingBox.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>box</code> - The BoundingBox to check for intersection with the current BoundingSphere.</dd>
<dt><spanclass="strong">Returns:</span></dt><dd>true if the BoundingBox and BoundingSphere intersect; false otherwise.</dd></dl>
<pre>public boolean Intersects(<ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html"title="class in Microsoft.Xna.Framework">BoundingSphere</a> sphere)</pre>
<divclass="block">Checks whether the current BoundingSphere intersects with a specified BoundingSphere.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>sphere</code> - The BoundingSphere to check for intersection with the current BoundingSphere.</dd>
<dt><spanclass="strong">Returns:</span></dt><dd>true if the BoundingSpheres intersect; false otherwise.</dd></dl>
<pre>public <ahref="../../../Microsoft/Xna/Framework/PlaneIntersectionType.html"title="enum in Microsoft.Xna.Framework">PlaneIntersectionType</a> Intersects(<ahref="../../../Microsoft/Xna/Framework/Plane.html"title="class in Microsoft.Xna.Framework">Plane</a> plane)</pre>
<divclass="block">Checks whether the current BoundingSphere intersects with a specified Plane.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>plane</code> - The Plane to check for intersection with the current BoundingSphere.</dd>
<dt><spanclass="strong">Returns:</span></dt><dd>An enumeration indicating the relationship between the BoundingSphere and the Plane.</dd></dl>
</li>
</ul>
<aname="Intersects(Microsoft.Xna.Framework.Ray)">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>Intersects</h4>
<pre>public java.lang.Float Intersects(<ahref="../../../Microsoft/Xna/Framework/Ray.html"title="class in Microsoft.Xna.Framework">Ray</a> ray)</pre>
<divclass="block">Checks whether the current BoundingSphere intersects with a specified Ray.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>ray</code> - The Ray to check for intersection with the current BoundingSphere.</dd></dl>
<pre>public void Intersects(<ahref="../../../Microsoft/Xna/Framework/BoundingBox.html"title="class in Microsoft.Xna.Framework">BoundingBox</a> box,
boolean result)</pre>
<divclass="block">Checks whether the current BoundingSphere intersects a BoundingBox.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>box</code> - The BoundingBox to check for intersection with.</dd><dd><code>result</code> - [OutAttribute] true if the BoundingSphere and BoundingBox intersect; false otherwise.</dd></dl>
<pre>public void Intersects(<ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html"title="class in Microsoft.Xna.Framework">BoundingSphere</a> sphere,
boolean result)</pre>
<divclass="block">Checks whether the current BoundingSphere intersects another BoundingSphere.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>sphere</code> - The BoundingSphere to check for intersection with.</dd><dd><code>result</code> - [OutAttribute] true if the BoundingSphere instances intersect; false otherwise.</dd></dl>
<pre>public void Intersects(<ahref="../../../Microsoft/Xna/Framework/Plane.html"title="class in Microsoft.Xna.Framework">Plane</a> plane,
<ahref="../../../Microsoft/Xna/Framework/PlaneIntersectionType.html"title="enum in Microsoft.Xna.Framework">PlaneIntersectionType</a> result)</pre>
<divclass="block">Checks whether the current BoundingSphere intersects a Plane.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>plane</code> - The Plane to check for intersection with.</dd><dd><code>result</code> - [OutAttribute] An enumeration indicating whether the BoundingSphere intersects the Plane.</dd></dl>
<pre>public void Intersects(<ahref="../../../Microsoft/Xna/Framework/Ray.html"title="class in Microsoft.Xna.Framework">Ray</a> ray,
java.lang.Float result)</pre>
<divclass="block">Checks whether the current BoundingSphere intersects a Ray.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>ray</code> - The Ray to check for intersection with.</dd><dd><code>result</code> - [OutAttribute] Distance at which the ray intersects the BoundingSphere or null if there is no intersection.</dd></dl>
<pre>public <ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html"title="class in Microsoft.Xna.Framework">BoundingSphere</a> Transform(<ahref="../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix)</pre>
<divclass="block">Translates and scales the BoundingSphere using a given Matrix.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>matrix</code> - A transformation matrix that might include translation, rotation, or uniform scaling. Note that BoundingSphere.Transform will not return correct results if there
are non-uniform scaling, shears, or other unusual transforms in this transformation matrix. This is because there is no way to shear or non-uniformly scale a
<pre>public void Transform(<ahref="../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix,
<ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html"title="class in Microsoft.Xna.Framework">BoundingSphere</a> result)</pre>
<divclass="block">Translates and scales the BoundingSphere using a given Matrix.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>matrix</code> - A transformation matrix that might include translation, rotation, or uniform scaling. Note that BoundingSphere.Transform will not return correct results if there
are non-uniform scaling, shears, or other unusual transforms in this transformation matrix. This is because there is no way to shear or non-uniformly scale a
sphere. Such an operation would cause the sphere to lose its shape as a sphere.</dd><dd><code>result</code> - [OutAttribute] The transformed BoundingSphere.</dd></dl>