Click or drag to resize

MathAlgorithmsBoundingSphereFromPoints Method (IEnumerableVector3F)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static SphereF BoundingSphereFromPoints(
	IEnumerable<Vector3F> points
)

Parameters

points
Type: System.Collections.GenericIEnumerableVector3F

Return Value

Type: SphereF
See Also