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

AVS.PolygonArea Method

Computes the area of polygon.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void PolygonArea
(
	AvlNet.Path inPolygon,
	out float outArea
)

Parameters

Name Type Range Default Description
inPolygonAvlNet.Path
outAreafloat

See also