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

Invoke.RegionConvexHull

Computes the smallest convex region containing the input region.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RegionConvexHull
(
	Avl.Region inRegion,
	Avl.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionAvl.RegionInput region.
outRegionAvl.RegionOutput region.

See also