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