Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / UtilityEx Class / ConvexHull2D Method / ConvexHull2D(IList<Point2D>) Method
The 2D point list

In This Topic
    ConvexHull2D(IList<Point2D>) Method
    In This Topic
    Computes the Convex Hull of a set of 2D points.
    Syntax
    'Declaration
     
    Public Overloads Shared Function ConvexHull2D( _
       ByVal points As IList(Of Point2D) _
    ) As LinearPath
    public static LinearPath ConvexHull2D( 
       IList<Point2D> points
    )

    Parameters

    points
    The 2D point list

    Return Value

    The resulting LinearPath object.
    See Also