Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Tasks
How to: Detect Whether Two Models Collide
Concepts
Reference
BoundingBox Structure
BoundingBox Members
Microsoft.Xna.Framework Namespace