You are here: Start » AVL.NET » AVL.PointsConvexHull(AvlNet.Point2D[], AvlNet.Path)

AVL.PointsConvexHull(AvlNet.Point2D[], AvlNet.Path)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void PointsConvexHull(
	AvlNet.Point2D[] inPoints,
	out AvlNet.Path outConvexHull
)

Parameters

inPoints
Type: AvlNet.Point2D
outConvexHull
Type: AvlNet.Path

Examples

The resulting outConvexHull drawn with the input points.

See also