Click or drag to resize
GrahamScan Constructor
Computes the convex hull of the specified array of points.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public GrahamScan(
	Point2D[] pts
)

Parameters

pts
Type: Algs4NetPoint2D
the array of points
Exceptions
ExceptionCondition
NullReferenceExceptionif points is null or if any entry in points[] is null
See Also