Click or drag to resize

GrahamScan Class

Calculation of the convex hull of a set of points by a Graham scan.
Inheritance Hierarchy
SystemObject
  Altaxo.Geometry.Double_2DGrahamScan

Namespace: Altaxo.Geometry.Double_2D
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static class GrahamScan

The GrahamScan type exposes the following members.

Methods
 NameDescription
Public methodStatic memberGetConvexHull Gets the convex hull of a set of points
Top
See Also