| ConvexHullOfPointsPoints Property |
Gets or sets the list with the points contained in the convex hull.
Namespace: DigitalRune.Geometry.ShapesAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public IList<Vector3F> Points { get; set; }
Public Property Points As IList(Of Vector3F)
Get
Set
public:
property IList<Vector3F>^ Points {
IList<Vector3F>^ get ();
void set (IList<Vector3F>^ value);
}
member Points : IList<Vector3F> with get, set
Property Value
Type:
IListVector3F
A list of all points contained in the convex hull. Must not be
.
Exceptions See Also