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
Input value inPoints list[Point2D]
Output value outConvexHull Path A closed path representing the computed convex hull