You are here: Start » AVL.NET » AVS.PointsConvexHull Method

AVS.PointsConvexHull Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void PointsConvexHull
(
	IList<AvlNet.Point2D> inPoints,
	AvlNet.Path outConvexHull
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<AvlNet.Point2D>
outConvexHullAvlNet.PathA closed path representing the computed convex hull.

See also