Click or drag to resize

GrahamScanGetConvexHull Method

Gets the convex hull of a set of points

Namespace: Altaxo.Geometry.Double_2D
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static IReadOnlyList<PointD2DAnnotated> GetConvexHull(
	IEnumerable<PointD2DAnnotated> points
)

Parameters

points  IEnumerablePointD2DAnnotated
The points.

Return Value

IReadOnlyListPointD2DAnnotated
The ordered set of points that forms the hull.
See Also