You are here: Start » AVL.NET » Invoke.PointsConvexHull
Computes the smallest convex shape that contains the given array of points.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.List<Avl.Point2D> | |||
![]() | outConvexHull | Avl.Path | A closed path representing the computed convex hull. |


