Algs4Net Class Library Documentation
Algs4Net Class Library Documentation
Algs4Net
GrahamScan Class
GrahamScan Constructor
GrahamScan Methods
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#
Copy
public
GrahamScan
(
Point2D
[]
pts
)
Parameters
pts
Type:
Algs4Net
Point2D
the array of points
Exceptions
Exception
Condition
NullReferenceException
if
points
is
null
or if any entry in
points[]
is
null
See Also
Reference
GrahamScan Class
Algs4Net Namespace