BoundingBox.Intersects Method
Checks whether the current BoundingBox intersects with another bounding volume.
Overload List
Name | Description |
---|---|
BoundingBox.Intersects (BoundingBox) | Checks whether the current BoundingBox intersects another BoundingBox. |
BoundingBox.Intersects (BoundingBox, Boolean) | Checks whether the current BoundingBox intersects another BoundingBox. |
BoundingBox.Intersects (BoundingFrustum) | Checks whether the current BoundingBox intersects a BoundingFrustum. |
BoundingBox.Intersects (BoundingSphere) | Checks whether the current BoundingBox intersects a BoundingSphere. |
BoundingBox.Intersects (BoundingSphere, Boolean) | Checks whether the current BoundingBox intersects a BoundingSphere. |
BoundingBox.Intersects (Plane) | Checks whether the current BoundingBox intersects a Plane. |
BoundingBox.Intersects (Plane, PlaneIntersectionType) | Checks whether the current BoundingBox intersects a Plane. |
BoundingBox.Intersects (Ray) | Checks whether the current BoundingBox intersects a Ray. |
BoundingBox.Intersects (Ray, Nullable<Single>) | Checks whether the current BoundingBox intersects a Ray. |
See Also
Reference
BoundingBox Structure
BoundingBox Members
Microsoft.Xna.Framework Namespace