Click or drag to resize

ConcaveHullConvexHullPoints Property

Gets the points that form the convex hull.

Namespace: Altaxo.Geometry.Int64_2D
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IReadOnlyList<(IntPoint point, int index)> ConvexHullPoints { get; }

Property Value

IReadOnlyListValueTupleIntPoint, Int32
See Also