Plane.Intersects Method (BoundingSphere)
Checks whether the current Plane intersects a specified BoundingSphere.
Syntax
'Declaration
Public Function Intersects ( _
sphere As BoundingSphere _
) As PlaneIntersectionType
public PlaneIntersectionType Intersects (
BoundingSphere sphere
)
public:
PlaneIntersectionType Intersects(
BoundingSphere sphere
)
Parameters
- sphere
Type: BoundingSphere
The BoundingSphere to check for intersection with.
Return Value
Type: PlaneIntersectionType
An enumeration indicating the relationship between the Plane and the BoundingSphere.
Requirements
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
Plane Structure
Plane Members
Microsoft.Xna.Framework Namespace
Platforms
Windows Phone