BoundingBox.Intersects Method (Plane)

Checks whether the current BoundingBox intersects a Plane.

Syntax

'Declaration
Public Function Intersects ( _
         plane As Plane _
) As PlaneIntersectionType 
public PlaneIntersectionType Intersects (
         Plane plane
)
public:
PlaneIntersectionType Intersects(
         Plane plane
)

Parameters

  • plane
    Type: Plane
    The Plane to check for intersection with.

Return Value

Type: PlaneIntersectionType
An enumeration indicating whether the BoundingBox intersects the Plane.

Requirements

Namespace: Microsoft.Xna.Framework

Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

See Also

Reference

BoundingBox Structure
BoundingBox Members
Microsoft.Xna.Framework Namespace

Platforms

Windows Phone