Click or drag to resize
GrahamScanHull Method
Returns the extreme points on the convex hull in counterclockwise order.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public IEnumerable<Point2D> Hull()

Return Value

Type: IEnumerablePoint2D
the extreme points on the convex hull in counterclockwise order
See Also