Click or drag to resize
DigitalRuneConvexHullOfPoints Constructor (IEnumerableVector3F)
Initializes a new instance of the ConvexHullOfPoints class from a sequence of points.

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

Parameters

points
Type: System.Collections.GenericIEnumerableVector3F
A collection of points which are copied into the Points list.
See Also