You are here: Start » AVL.NET » AVL.PathAverageTurnAngle(AvlNet.Path, float)

AVL.PathAverageTurnAngle(AvlNet.Path, float)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void PathAverageTurnAngle(
	AvlNet.Path inPath,
	out float outAverageTurnAngle
)

Parameters

inPath
Type: AvlNet.Path
outAverageTurnAngle
Type: System.Single

Description

The operation measures acuteness of the path turn angles. It is computed as the sum of absolute values of path turn angles at path characteristic points divided by length of the path.

Examples

PathAverageTurnAngle of the sample path equals to 161.57.

PathAverageTurnAngle of the sample path equals to 81.16.

Errors

Error type Description
DomainError Input path contains not enough points in PathAverageTurnAngle.

See also