BoundingSphere.CreateFromPoints Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Creates a BoundingSphere that can contain a specified list of points.
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework.Math (in Microsoft.Xna.Framework.Math.dll)
Syntax
'Declaration
Public Shared Function CreateFromPoints ( _
points As IEnumerable(Of Vector3) _
) As BoundingSphere
public static BoundingSphere CreateFromPoints(
IEnumerable<Vector3> points
)
Parameters
- points
Type: System.Collections.Generic.IEnumerable<Vector3>
List of points the BoundingSphere must contain.
Return Value
Type: Microsoft.Xna.Framework.BoundingSphere
The created BoundingSphere.
Exceptions
Exception | Condition |
---|---|
ArgumentException | There are no points in points. |
ArgumentNullException | points is nulla null reference (Nothing in Visual Basic). |
Version Information
Silverlight
Supported in: 5
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.