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.Int64_2DGrahamScan

Namespace: Altaxo.Geometry.Int64_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. The returned points form a polygon in ccw direction (in a coordinate system in which y runs to the top, x runs to the right).
Top
See Also