PointsConvexHull
Computes the smallest convex shape that contains the given array of points.
Syntax
C++
Python
def PointsConvexHull( inPoints: list[Point2D], outConvexHull: Path, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPoints | list[Point2D] | ||
![]() |
outConvexHull | Path | A closed path representing the computed convex hull |


