Share via


BoundingSphere.Intersects Method (BoundingSphere, Boolean)

Checks whether the current BoundingSphere intersects another BoundingSphere.

Syntax

'Declaration
Public Sub Intersects ( _
         ref sphere As BoundingSphere, _
         out result As Boolean _
)
public void Intersects (
         ref BoundingSphere sphere,
         out bool result
)
public:
void Intersects(
         ref BoundingSphere sphere,
         out bool result
)

Parameters

Requirements

Namespace: Microsoft.Xna.Framework

Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

See Also

Reference

BoundingSphere Structure
BoundingSphere Members
Microsoft.Xna.Framework Namespace

Platforms

Windows Phone