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

AVS.AverageAngle Method

Computes the average of the input angles using points on a unit circle.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AverageAngle
(
	IList<float> inAngles,
	AvlNet.AngleRange inAngleRange,
	out float outAverageAngle
)

Parameters

Name Type Range Default Description
inAnglesSystem.Collections.Generic.IList<float>
inAngleRangeAvlNet.AngleRange_0_180Default value: _0_180.
outAverageAnglefloat

See also