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

Invoke.PathConvexHull

Computes the smallest convex shape that contains the given path.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void PathConvexHull
(
	Avl.Path inPath,
	Avl.Path outConvexHull
)

Parameters

Name Type Range Default Description
inPathAvl.PathInput path.
outConvexHullAvl.PathA closed path representing the computed convex hull.

See also