You are here: Start » AVL.NET » Invoke.PointsConvexHull

Invoke.PointsConvexHull

Computes the smallest convex shape that contains the given array of points.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void PointsConvexHull
(
	List<Avl.Point2D> inPoints,
	Avl.Path outConvexHull
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.List<Avl.Point2D>
outConvexHullAvl.PathA closed path representing the computed convex hull.

See also