Click or drag to resize
DigitalRuneGeometryHelperCreateConvexHull Method (IEnumerableVector3F)
Creates a convex hull mesh for a set of points.

Namespace: DigitalRune.Geometry
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public static DcelMesh CreateConvexHull(
	IEnumerable<Vector3F> points
)

Parameters

points
Type: System.Collections.GenericIEnumerableVector3F
The points.

Return Value

Type: DcelMesh
The mesh of the convex hull or if the point list is or empty.
Remarks
See Also