UtilityEx.ConvexHull2D (IList<Point2D>) Method

Computes the Convex Hull of a set of 2D points.
Public Shared Function ConvexHull2D( _ 
ByVal points As IList(Of Point2D) _ 
) As LinearPath
This language is not supported or no code example is available.
public static LinearPath ConvexHull2D( 
IList<Point2D> points 
)
This language is not supported or no code example is available.

Parameters

points
IList<Point2D>

The 2D point list

Return Value

LinearPath

The resulting LinearPath object.

.NET Framework

Supported in: 4.8

In this article

Definition