This topic has not yet been rated - Rate this topic

BoundingBox.Intersects Method (Plane, PlaneIntersectionType)

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.
Xbox 360, Windows XP SP2, Windows Vista, Zune
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.