BoundingFrustum.Intersects Method (BoundingSphere)
Checks whether the current BoundingFrustum intersects the specified BoundingSphere.
Syntax
'Declaration
Public Function Intersects ( _
sphere As BoundingSphere _
) As Boolean
public bool Intersects (
BoundingSphere sphere
)
public:
bool Intersects(
BoundingSphere sphere
)
Parameters
- sphere
Type: BoundingSphere
The BoundingSphere to check for intersection.
Return Value
Type: Boolean
true if the BoundingFrustum intersects the BoundingSphere; false otherwise.
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