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
- plane
Type: Plane
The Plane to check for intersection with the current BoundingSphere.
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