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

AVS.PolygonOrientation Method

Computes the polygon orientation as angle with value in range 0.0 - 180.0.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void PolygonOrientation
(
	AvlNet.Path inPolygon,
	out float outOrientationAngle
)

Parameters

Name Type Range Default Description
inPolygonAvlNet.Path
outOrientationAnglefloat

See also