<h2title="Uses of Class Microsoft.Xna.Framework.BoundingBox"class="title">Uses of Class<br>Microsoft.Xna.Framework.BoundingBox</h2>
</div>
<divclass="classUseContainer">
<ulclass="blockList">
<liclass="blockList">
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <ahref="../../../../Microsoft/Xna/Framework/BoundingBox.html"title="class in Microsoft.Xna.Framework">BoundingBox</a></span><spanclass="tabEnd"> </span></caption>
<h3>Uses of <ahref="../../../../Microsoft/Xna/Framework/BoundingBox.html"title="class in Microsoft.Xna.Framework">BoundingBox</a> in <ahref="../../../../Microsoft/Xna/Framework/package-summary.html">Microsoft.Xna.Framework</a></h3>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <ahref="../../../../Microsoft/Xna/Framework/package-summary.html">Microsoft.Xna.Framework</a> that return <ahref="../../../../Microsoft/Xna/Framework/BoundingBox.html"title="class in Microsoft.Xna.Framework">BoundingBox</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/BoundingBox.html"title="class in Microsoft.Xna.Framework">BoundingBox</a></code></td>
<tdclass="colLast"><spanclass="strong">BoundingBox.</span><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="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/BoundingBox.html"title="class in Microsoft.Xna.Framework">BoundingBox</a></code></td>
<tdclass="colLast"><spanclass="strong">BoundingBox.</span><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>
</tbody>
</table>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <ahref="../../../../Microsoft/Xna/Framework/package-summary.html">Microsoft.Xna.Framework</a> with parameters of type <ahref="../../../../Microsoft/Xna/Framework/BoundingBox.html"title="class in Microsoft.Xna.Framework">BoundingBox</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="../../../../Microsoft/Xna/Framework/ContainmentType.html"title="enum in Microsoft.Xna.Framework">ContainmentType</a></code></td>
<tdclass="colLast"><spanclass="strong">BoundingSphere.</span><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><ahref="../../../../Microsoft/Xna/Framework/ContainmentType.html"title="enum in Microsoft.Xna.Framework">ContainmentType</a></code></td>
<tdclass="colLast"><spanclass="strong">BoundingBox.</span><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="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><spanclass="strong">BoundingSphere.</span><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="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/BoundingSphere.html"title="class in Microsoft.Xna.Framework">BoundingSphere</a></code></td>
<tdclass="colLast"><spanclass="strong">BoundingSphere.</span><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="altColor">
<tdclass="colFirst"><code>static void</code></td>
<tdclass="colLast"><spanclass="strong">BoundingSphere.</span><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="rowColor">
<tdclass="colFirst"><code>static void</code></td>
<tdclass="colLast"><spanclass="strong">BoundingBox.</span><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="altColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/BoundingBox.html"title="class in Microsoft.Xna.Framework">BoundingBox</a></code></td>
<tdclass="colLast"><spanclass="strong">BoundingBox.</span><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="rowColor">
<tdclass="colFirst"><code>static void</code></td>
<tdclass="colLast"><spanclass="strong">BoundingBox.</span><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="altColor">
<tdclass="colFirst"><code>boolean</code></td>
<tdclass="colLast"><spanclass="strong">BoundingBox.</span><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>
<tdclass="colLast"><spanclass="strong">Ray.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Ray.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 Ray intersects a specified BoundingBox.</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"><spanclass="strong">Plane.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Plane.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 Plane intersects a specified BoundingBox.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>boolean</code></td>
<tdclass="colLast"><spanclass="strong">BoundingSphere.</span><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>boolean</code></td>
<tdclass="colLast"><spanclass="strong">BoundingBox.</span><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"><spanclass="strong">BoundingSphere.</span><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="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><spanclass="strong">BoundingBox.</span><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="rowColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><spanclass="strong">Ray.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Ray.html#Intersects(Microsoft.Xna.Framework.BoundingBox, java.lang.Float)">Intersects</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/BoundingBox.html"title="class in Microsoft.Xna.Framework">BoundingBox</a> box,
java.lang.Float result)</code>
<divclass="block">Checks whether the current Ray intersects a BoundingBox.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><spanclass="strong">Plane.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Plane.html#Intersects(Microsoft.Xna.Framework.BoundingBox, Microsoft.Xna.Framework.PlaneIntersectionType)">Intersects</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/BoundingBox.html"title="class in Microsoft.Xna.Framework">BoundingBox</a> box,
<ahref="../../../../Microsoft/Xna/Framework/PlaneIntersectionType.html"title="enum in Microsoft.Xna.Framework">PlaneIntersectionType</a> result)</code>
<divclass="block">Checks whether the current Plane intersects a BoundingBox.</div>