Closed rodegerdts closed 2 days ago
This is the intended result. GeographicLib treats 182 degrees and -178 degrees as equivalent (they differ by a multiple of 360 degrees). The result returned is in the range [-180, 180] degrees because this gives the greatest precision.
OK I was suspecting as much. Just unexpected. Thanks for the clarification.
In the documentation it says that azimuth is measured clockwise from north. This seems not to be the case. To me it looks like westerly azimuth (more than 180 degrees is measured counterclockwise negative from north:
Is this intended? I was expecting something around 182.4 from the first statement. Or is there something I am missing?