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
- plane
Type: Plane
The Plane to check for intersection with. - result
Type: PlaneIntersectionType
[OutAttribute] An enumeration indicating whether the BoundingSphere intersects 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