Fixed SceneCoordinate::azimuthTo() angle calculation
[situare] / src / coordinates / scenecoordinate.h
index e1679d1..7b92159 100644 (file)
@@ -65,6 +65,8 @@ public:
     /**
     * @brief Returns the azimuth from this coordinate to other coordinate
     *
+    * Zero is pointing to north. Returned value is from 0 to 360.
+    *
     * @param to Target coordinate
     * @returns Azimuth in degrees
     */