Click or drag to resize

ConcaveHullConcaveHullPoints Property

Gets the points that form the concave hull.

Namespace: Altaxo.Geometry.Double_2D
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IReadOnlyList<PointD2DAnnotated> ConcaveHullPoints { get; }

Property Value

IReadOnlyListPointD2DAnnotated
See Also