Click or drag to resize
DigitalRuneConvexHullOfPoints Constructor (IListVector3F)
Initializes a new instance of the ConvexHullOfPoints class from a list 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(
	IList<Vector3F> points
)

Parameters

points
Type: System.Collections.GenericIListVector3F
The point list. A reference to this list is stored in Points. The list is not copied.
Exceptions
ExceptionCondition
ArgumentNullExceptionpoints is .
See Also