Plane.Intersects Method (BoundingBox)
Checks whether the current Plane intersects a specified BoundingBox.
Syntax
'Declaration
Public Function Intersects ( _
box As BoundingBox _
) As PlaneIntersectionType
public PlaneIntersectionType Intersects (
BoundingBox box
)
public:
PlaneIntersectionType Intersects(
BoundingBox box
)
Parameters
- box
Type: BoundingBox
The BoundingBox to test for intersection with.
Return Value
Type: PlaneIntersectionType
An enumeration indicating the relationship between the Plane and the BoundingBox.
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