BoundingBox.Intersects Method (Plane, PlaneIntersectionType)
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 void Intersects ( ref Plane plane, out PlaneIntersectionType result )
Parameters
- plane
- The Plane to check for intersection with.
- result
- [OutAttribute] An enumeration indicating whether the BoundingBox intersects the Plane.