Returns the extreme points on the convex hull in counterclockwise order.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IEnumerable<Point2D> Hull()
Return Value
Type:
IEnumerablePoint2Dthe extreme points on the convex hull in counterclockwise order
See Also