You are here: Start » AVL.NET » AVL.PathTurnAngleProfile(AvlNet.Path, AvlNet.Profile)

AVL.PathTurnAngleProfile(AvlNet.Path, AvlNet.Profile)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void PathTurnAngleProfile(
	AvlNet.Path inPath,
	out AvlNet.Profile outTurnAngleProfile
)

Parameters

inPath
Type: AvlNet.Path
outTurnAngleProfile
Type: AvlNet.Profile

Description

The operation iterates over the characteristic points of the inPath and computes the absolute value of path turn angle at each one. The resulting outTurnAngleProfile profile consists of the angles computed at consecutive points of the path.

Examples

PathTurnAngleProfile run on the sample path

Errors

Error type Description
DomainError Input path contains a pair of equal consecutive points in PathTurnAngleProfile.

See also