Method | Description | |
---|---|---|
Average ( this |
Calculates an average of the specified sequence of Angle values. For Angles that wrap, e.g., between -180 and +180, this algorithm takes the wrapping into account when calculating the average. |
|
Unwrap ( this |
Unwraps a set of Angle values so a comparable mathematical operation can be applied. For Angles that wrap, e.g., between -180 and +180, this algorithm unwraps the values to make the values mathematically comparable. |
public static Average ( this |
||
source | this |
Sequence of |
return | Angle |
public static Unwrap ( this |
||
source | this |
Sequence of |
return | IEnumerable |