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

AVS.PathConvexHull Method

Computes the smallest convex shape that contains the given path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void PathConvexHull
(
	AvlNet.Path inPath,
	AvlNet.Path outConvexHull
)

Parameters

Name Type Range Default Description
inPathAvlNet.PathInput path.
outConvexHullAvlNet.PathA closed path representing the computed convex hull.

See also