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

AVL.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(
	AvlNet.Point2D[] inPoints,
	out AvlNet.Path outConvexHull
)

Parameters

Name Type Range Default Description
inPointsAvlNet.Point2D
outConvexHullAvlNet.PathA closed path representing the computed convex hull.

Examples

The resulting outConvexHull drawn with the input points.

See also