From 56c2cadc4a4545aeef263bbf2ec8800a83d6081a Mon Sep 17 00:00:00 2001 From: dorodnic Date: Mon, 6 Jan 2020 22:21:02 +0200 Subject: [PATCH] Fixing output order in the documentation of glm::polar --- glm/gtx/polar_coordinates.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/gtx/polar_coordinates.hpp b/glm/gtx/polar_coordinates.hpp index b3991125..76beb82b 100644 --- a/glm/gtx/polar_coordinates.hpp +++ b/glm/gtx/polar_coordinates.hpp @@ -28,7 +28,7 @@ namespace glm /// @addtogroup gtx_polar_coordinates /// @{ - /// Convert Euclidean to Polar coordinates, x is the xz distance, y, the latitude and z the longitude. + /// Convert Euclidean to Polar coordinates, x is the latitude, y the longitude and z the xz distance. /// /// @see gtx_polar_coordinates template