Click or drag to resize
DigitalRuneConvexHullOfPointsPoints Property
Gets or sets the list with the points contained in the convex hull.

Namespace: DigitalRune.Geometry.Shapes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public IList<Vector3F> Points { get; set; }

Property Value

Type: IListVector3F
A list of all points contained in the convex hull. Must not be .
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is .
See Also