Plane.Intersects Method
Checks whether a Plane intersects a bounding volume.
Overload List
Name | Description |
---|---|
Plane.Intersects (BoundingBox) | Checks whether the current Plane intersects a specified BoundingBox. |
Plane.Intersects (BoundingBox, PlaneIntersectionType) | Checks whether the current Plane intersects a BoundingBox. |
Plane.Intersects (BoundingFrustum) | Checks whether the current Plane intersects a specified BoundingFrustum. |
Plane.Intersects (BoundingSphere) | Checks whether the current Plane intersects a specified BoundingSphere. |
Plane.Intersects (BoundingSphere, PlaneIntersectionType) | Checks whether the current Plane intersects a BoundingSphere. |
See Also
Reference
Plane Structure
Plane Members
Microsoft.Xna.Framework Namespace