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

AVS.ShapeConvexity Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ShapeConvexity
(
	AvlNet.Path inShape,
	out float outConvexity
)

Parameters

Name Type Range Default Description
inShapeAvlNet.Path
outConvexityfloat

See also