Angle StructureMapAround Documentation
Encapsulates an angle.
Remarks

Angles are constructed in degrees, but inside are radians for convenience of calculation. The comparison is based on the number of full circles. Ie 360 degrees is not equal to 0 degrees.

Namespace: MapAround.Geography
Assembly: MapAround.Core (in MapAround.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public struct Angle : IComparable<Angle>
See Also