BoundingBox.Intersects Method (Plane)
XNA Game Studio 3.1
Checks whether the current BoundingBox intersects a Plane.
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
public PlaneIntersectionType Intersects (
Plane plane
)
Parameters
- plane
- The Plane to check for intersection with.
Return Value
An enumeration indicating whether the BoundingBox intersects the Plane.