Share via


BoundingSphere.Intersects Method (Plane, PlaneIntersectionType)

Checks whether the current BoundingSphere intersects a Plane.

Syntax

'Declaration
Public Sub Intersects ( _
         ref plane As Plane, _
         out result As PlaneIntersectionType _
)
public void Intersects (
         ref Plane plane,
         out PlaneIntersectionType result
)
public:
void Intersects(
         ref Plane plane,
         out PlaneIntersectionType result
)

Parameters

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