BoundingFrustum.Intersects Method (Plane)
Checks whether the current BoundingFrustum intersects the specified Plane.
Syntax
'Declaration
Public Function Intersects ( _
plane As Plane _
) As PlaneIntersectionType
public PlaneIntersectionType Intersects (
Plane plane
)
public:
PlaneIntersectionType Intersects(
Plane plane
)
Parameters
Return Value
Type: PlaneIntersectionType
An enumeration indicating whether BoundingFrustum intersects the specified Plane.
Requirements
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
BoundingFrustum Class
BoundingFrustum Members
Microsoft.Xna.Framework Namespace
Platforms
Windows Phone