BoundingBox.Contains Method
Tests whether the BoundingBox overlaps another bounding volume.
Overload List
Name | Description |
---|---|
BoundingBox.Contains (BoundingBox) | Tests whether the BoundingBox contains another BoundingBox. |
BoundingBox.Contains (BoundingBox, ContainmentType) | Tests whether the BoundingBox contains a BoundingBox. |
BoundingBox.Contains (BoundingFrustum) | Tests whether the BoundingBox contains a BoundingFrustum. |
BoundingBox.Contains (BoundingSphere) | Tests whether the BoundingBox contains a BoundingSphere. |
BoundingBox.Contains (BoundingSphere, ContainmentType) | Tests whether the BoundingBox contains a BoundingSphere. |
BoundingBox.Contains (Vector3) | Tests whether the BoundingBox contains a point. |
BoundingBox.Contains (Vector3, ContainmentType) | Tests whether the BoundingBox contains a point. |
See Also
Reference
BoundingBox Structure
BoundingBox Members
Microsoft.Xna.Framework Namespace