Share via


BoundingSphere.Intersects Method (Plane)

Checks whether the current BoundingSphere intersects with a specified Plane.

Syntax

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

Parameters

Return Value

Type: PlaneIntersectionType
An enumeration indicating the relationship between the BoundingSphere and the Plane.

Requirements

Namespace: Microsoft.Xna.Framework

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

See Also

Reference

BoundingSphere Structure
BoundingSphere Members
Microsoft.Xna.Framework Namespace

Platforms

Windows Phone