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

Invoke.RegionConvexity

Computes the area of a region divided by area of its convex hull.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RegionConvexity
(
	Avl.Region inRegion,
	out float outConvexity
)

Parameters

Name Type Range Default Description
inRegionAvl.RegionInput region.
outConvexityfloat

See also