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

Invoke.RegionConvexHull_AsPath

Computes the smallest convex polygon containing the input region.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RegionConvexHull_AsPath
(
	Avl.Region inRegion,
	Avl.Path outConvexHull
)

Parameters

Name Type Range Default Description
inRegionAvl.RegionInput region.
outConvexHullAvl.Path

See also