BoundingSphere.Contains Method (Vector3)

Checks whether the current BoundingSphere contains the specified point.

Syntax

'Declaration
Public Function Contains ( _
         point As Vector3 _
) As ContainmentType 
public ContainmentType Contains (
         Vector3 point
)
public:
ContainmentType Contains(
         Vector3 point
)

Parameters

Return Value

Type: ContainmentType
An enumeration indicating the relationship of the specified point to the current BoundingSphere.

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