Click or drag to resize

ConcaveHullPointsNotOnConvexHull Property

Gets the points that are not part of the convex hull.

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

Property Value

IReadOnlyListValueTuplePoint64, Int32
See Also