You are here: Start » AVL.NET » Invoke.AverageAngle
Computes the average of the input angles using points on a unit circle.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void AverageAngle ( List<float> inAngles, Avl.AngleRange inAngleRange, out float outAverageAngle )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inAngles | System.Collections.Generic.List<float> | |||
![]()  | inAngleRange | Avl.AngleRange | _0_180 | Default value: _0_180. | |
![]()  | outAverageAngle | float | 


