<li><ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html"title="class in Microsoft.Xna.Framework"><spanclass="strong">Next Class</span></a></li>
<li><ahref="../../../System/ValueType.html"title="class in System">System.ValueType</a></li>
<li>
<ulclass="inheritance">
<li>Microsoft.Xna.Framework.BoundingBox</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/BoundingBox.html"title="class in Microsoft.Xna.Framework">BoundingBox</a>></dd>
</dl>
<hr>
<br>
<pre>public final class <spanclass="strong">BoundingBox</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/BoundingBox.html"title="class in Microsoft.Xna.Framework">BoundingBox</a>></pre>
<divclass="block">Defines an axis-aligned box-shaped 3D volume.</div>
<divclass="block">Creates an instance of BoundingBox.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colOne"><code><strong><ahref="../../../Microsoft/Xna/Framework/BoundingBox.html#BoundingBox(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3)">BoundingBox</a></strong>(<ahref="../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> min,
<ahref="../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> max)</code>
<divclass="block">Creates an instance of BoundingBox.</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/BoundingBox.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">Tests whether the BoundingBox contains another BoundingBox.</div>
</td>
</tr>
<trclass="rowColor">
<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/BoundingBox.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">Tests whether the BoundingBox contains a 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/BoundingBox.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">Tests whether the BoundingBox contains a point.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../Microsoft/Xna/Framework/BoundingBox.html"title="class in Microsoft.Xna.Framework">BoundingBox</a></code></td>
<tdclass="colLast"><code><strong><ahref="../../../Microsoft/Xna/Framework/BoundingBox.html#CreateFromSphere(Microsoft.Xna.Framework.BoundingSphere)">CreateFromSphere</a></strong>(<ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html"title="class in Microsoft.Xna.Framework">BoundingSphere</a> sphere)</code>
<divclass="block">Creates the smallest BoundingBox that will contain the specified BoundingSphere.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../Microsoft/Xna/Framework/BoundingBox.html#CreateFromSphere(Microsoft.Xna.Framework.BoundingSphere, Microsoft.Xna.Framework.BoundingBox)">CreateFromSphere</a></strong>(<ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html"title="class in Microsoft.Xna.Framework">BoundingSphere</a> sphere,
<ahref="../../../Microsoft/Xna/Framework/BoundingBox.html"title="class in Microsoft.Xna.Framework">BoundingBox</a> result)</code>
<divclass="block">Creates the smallest BoundingBox that will contain the specified BoundingSphere.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../Microsoft/Xna/Framework/BoundingBox.html"title="class in Microsoft.Xna.Framework">BoundingBox</a></code></td>
<tdclass="colLast"><code><strong><ahref="../../../Microsoft/Xna/Framework/BoundingBox.html#CreateMerged(Microsoft.Xna.Framework.BoundingBox, Microsoft.Xna.Framework.BoundingBox)">CreateMerged</a></strong>(<ahref="../../../Microsoft/Xna/Framework/BoundingBox.html"title="class in Microsoft.Xna.Framework">BoundingBox</a> original,
<ahref="../../../Microsoft/Xna/Framework/BoundingBox.html"title="class in Microsoft.Xna.Framework">BoundingBox</a> additional)</code>
<divclass="block">Creates the smallest BoundingBox that contains the two specified BoundingBox instances.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../Microsoft/Xna/Framework/BoundingBox.html#CreateMerged(Microsoft.Xna.Framework.BoundingBox, Microsoft.Xna.Framework.BoundingBox, Microsoft.Xna.Framework.BoundingBox)">CreateMerged</a></strong>(<ahref="../../../Microsoft/Xna/Framework/BoundingBox.html"title="class in Microsoft.Xna.Framework">BoundingBox</a> original,
<ahref="../../../Microsoft/Xna/Framework/BoundingBox.html"title="class in Microsoft.Xna.Framework">BoundingBox</a> additional,
<ahref="../../../Microsoft/Xna/Framework/BoundingBox.html"title="class in Microsoft.Xna.Framework">BoundingBox</a> result)</code>
<divclass="block">Creates the smallest BoundingBox that contains the two specified BoundingBox instances.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>boolean</code></td>
<tdclass="colLast"><code><strong><ahref="../../../Microsoft/Xna/Framework/BoundingBox.html#Equals(Microsoft.Xna.Framework.BoundingBox)">Equals</a></strong>(<ahref="../../../Microsoft/Xna/Framework/BoundingBox.html"title="class in Microsoft.Xna.Framework">BoundingBox</a> other)</code>
<divclass="block">Determines whether two instances of BoundingBox are equal.</div>
<divclass="block">Gets an array of points that make up the corners of the BoundingBox.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../Microsoft/Xna/Framework/BoundingBox.html#GetCorners(Microsoft.Xna.Framework.Vector3[])">GetCorners</a></strong>(<ahref="../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a>[] corners)</code>
<divclass="block">Defines an axis-aligned box-shaped 3D volume.</div>
<divclass="block">Gets the hash code for this instance.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>boolean</code></td>
<tdclass="colLast"><code><strong><ahref="../../../Microsoft/Xna/Framework/BoundingBox.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 BoundingBox intersects another BoundingBox.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../Microsoft/Xna/Framework/BoundingBox.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 BoundingBox intersects another BoundingBox.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>boolean</code></td>
<tdclass="colLast"><code><strong><ahref="../../../Microsoft/Xna/Framework/BoundingBox.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 BoundingBox intersects a BoundingSphere.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../Microsoft/Xna/Framework/BoundingBox.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 BoundingBox intersects a BoundingSphere.</div>
</td>
</tr>
<trclass="altColor">
<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/BoundingBox.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 BoundingBox intersects a Plane.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../Microsoft/Xna/Framework/BoundingBox.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 BoundingBox intersects a Plane.</div>
<tdclass="colLast"><code><strong><ahref="../../../Microsoft/Xna/Framework/BoundingBox.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 BoundingBox intersects a Ray.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../Microsoft/Xna/Framework/BoundingBox.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 BoundingBox intersects a Ray.</div>
<divclass="block">Specifies the total number of corners (8) in the BoundingBox.</div>
<dl><dt><spanclass="strong">See Also:</span></dt><dd><ahref="../../../constant-values.html#Microsoft.Xna.Framework.BoundingBox.CornerCount">Constant Field Values</a></dd></dl>
</li>
</ul>
<aname="Max">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>Max</h4>
<pre>public <ahref="../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> Max</pre>
<divclass="block">The maximum point the BoundingBox contains.</div>
</li>
</ul>
<aname="Min">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>Min</h4>
<pre>public <ahref="../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> Min</pre>
<divclass="block">The minimum point the BoundingBox contains.</div>
<pre>public BoundingBox(<ahref="../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> min,
<ahref="../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> max)</pre>
<divclass="block">Creates an instance of BoundingBox.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>min</code> - The minimum point the BoundingBox includes.</dd><dd><code>max</code> - The maximum point the BoundingBox includes.</dd></dl>
</li>
</ul>
<aname="BoundingBox()">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>BoundingBox</h4>
<pre>public BoundingBox()</pre>
<divclass="block">Creates an instance of BoundingBox.</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">Tests whether the BoundingBox contains another BoundingBox.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>box</code> - The BoundingBox to test for overlap.</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">Tests whether the BoundingBox contains a BoundingSphere.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>sphere</code> - The BoundingSphere to test for overlap.</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">Tests whether the BoundingBox contains a point.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>point</code> - The point to test for overlap.</dd></dl>
<pre>public static <ahref="../../../Microsoft/Xna/Framework/BoundingBox.html"title="class in Microsoft.Xna.Framework">BoundingBox</a> CreateFromSphere(<ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html"title="class in Microsoft.Xna.Framework">BoundingSphere</a> sphere)</pre>
<divclass="block">Creates the smallest BoundingBox that will contain the specified BoundingSphere.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>sphere</code> - The BoundingSphere to contain.</dd></dl>
<pre>public static void CreateFromSphere(<ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html"title="class in Microsoft.Xna.Framework">BoundingSphere</a> sphere,
<ahref="../../../Microsoft/Xna/Framework/BoundingBox.html"title="class in Microsoft.Xna.Framework">BoundingBox</a> result)</pre>
<divclass="block">Creates the smallest BoundingBox that will contain the specified BoundingSphere.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>sphere</code> - The BoundingSphere to contain.</dd><dd><code>result</code> - [OutAttribute] The created BoundingBox.</dd></dl>
<pre>public static <ahref="../../../Microsoft/Xna/Framework/BoundingBox.html"title="class in Microsoft.Xna.Framework">BoundingBox</a> CreateMerged(<ahref="../../../Microsoft/Xna/Framework/BoundingBox.html"title="class in Microsoft.Xna.Framework">BoundingBox</a> original,
<ahref="../../../Microsoft/Xna/Framework/BoundingBox.html"title="class in Microsoft.Xna.Framework">BoundingBox</a> additional)</pre>
<divclass="block">Creates the smallest BoundingBox that contains the two specified BoundingBox instances.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>original</code> - One of the BoundingBoxs to contain.</dd><dd><code>additional</code> - One of the BoundingBoxs to contain.</dd></dl>
<pre>public static void CreateMerged(<ahref="../../../Microsoft/Xna/Framework/BoundingBox.html"title="class in Microsoft.Xna.Framework">BoundingBox</a> original,
<ahref="../../../Microsoft/Xna/Framework/BoundingBox.html"title="class in Microsoft.Xna.Framework">BoundingBox</a> additional,
<ahref="../../../Microsoft/Xna/Framework/BoundingBox.html"title="class in Microsoft.Xna.Framework">BoundingBox</a> result)</pre>
<divclass="block">Creates the smallest BoundingBox that contains the two specified BoundingBox instances.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>original</code> - One of the BoundingBoxs to contain.</dd><dd><code>additional</code> - One of the BoundingBoxs to contain.</dd><dd><code>result</code> - [OutAttribute] The created BoundingBox.</dd></dl>
<pre>public boolean Equals(<ahref="../../../Microsoft/Xna/Framework/BoundingBox.html"title="class in Microsoft.Xna.Framework">BoundingBox</a> other)</pre>
<divclass="block">Determines whether two instances of BoundingBox are equal.</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/BoundingBox.html"title="class in Microsoft.Xna.Framework">BoundingBox</a>></code></dd>
<dt><spanclass="strong">Parameters:</span></dt><dd><code>other</code> - The BoundingBox to compare with the current BoundingBox.</dd>
<dt><spanclass="strong">Returns:</span></dt><dd>true if the specified BoundingBox is equal to the current BoundingBox; false otherwise.</dd></dl>
</li>
</ul>
<aname="GetCorners()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>GetCorners</h4>
<pre>public <ahref="../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a>[] GetCorners()</pre>
<divclass="block">Gets an array of points that make up the corners of the BoundingBox.</div>
<dl><dt><spanclass="strong">Returns:</span></dt><dd>An array of Vector3 points that represent the corners of the BoundingBox.</dd></dl>
<pre>public void GetCorners(<ahref="../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a>[] corners)</pre>
<divclass="block">Defines an axis-aligned box-shaped 3D volume.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>corners</code> - An existing array of at least 8 Vector3 points where the corners of the BoundingBox are written.</dd>
<dt><spanclass="strong">Throws:</span></dt>
<dd><code><ahref="../../../System/ArgumentNullException.html"title="class in System">ArgumentNullException</a></code></dd>
<dd><code><ahref="../../../System/ArgumentOutOfRangeException.html"title="class in System">ArgumentOutOfRangeException</a></code></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 BoundingBox intersects another BoundingBox.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>box</code> - The BoundingBox to check for intersection with.</dd>
<dt><spanclass="strong">Returns:</span></dt><dd>true if the BoundingBoxs 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 BoundingBox intersects a BoundingSphere.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>sphere</code> - The BoundingSphere to check for intersection with.</dd>
<dt><spanclass="strong">Returns:</span></dt><dd>true if the BoundingBox and BoundingSphere 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 BoundingBox intersects a Plane.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>plane</code> - The Plane to check for intersection with.</dd>
<dt><spanclass="strong">Returns:</span></dt><dd>An enumeration indicating whether the BoundingBox intersects 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 BoundingBox intersects a Ray.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>ray</code> - The Ray to check for intersection with.</dd>
<dt><spanclass="strong">Returns:</span></dt><dd>Distance at which the ray intersects the BoundingBox, or null if there is no intersection.</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 BoundingBox intersects another 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 BoundingBox instances 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 BoundingBox intersects a 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 BoundingBox and BoundingSphere 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 BoundingBox 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 BoundingBox 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 BoundingBox 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 BoundingBox, or null if there is no intersection.</dd></dl>
<li><ahref="../../../Microsoft/Xna/Framework/BoundingSphere.html"title="class in Microsoft.Xna.Framework"><spanclass="strong">Next Class</span></a></li>