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

AVS.RegionConvexity Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RegionConvexity
(
	AvlNet.Region inRegion,
	out float outConvexity
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
outConvexityfloat

See also