Plane.Intersects Method (BoundingFrustum)
Checks whether the current Plane intersects a specified BoundingFrustum.
Syntax
'Declaration
Public Function Intersects ( _
frustum As BoundingFrustum _
) As PlaneIntersectionType
public PlaneIntersectionType Intersects (
BoundingFrustum frustum
)
public:
PlaneIntersectionType Intersects(
BoundingFrustum frustum
)
Parameters
- frustum
Type: BoundingFrustum
The BoundingFrustum to check for intersection with.
Return Value
Type: PlaneIntersectionType
An enumeration indicating the relationship between the Plane and the BoundingFrustum.
Exceptions
Exception type | Condition |
---|---|
ArgumentNullException | frustum is null. |
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