BoundingFrustum.Intersects Method (Plane, PlaneIntersectionType)
Checks whether the current BoundingFrustum 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 BoundingFrustum intersects the 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