Browse Source

Fixing output order in the documentation of glm::polar

dorodnic 6 years ago
parent
commit
56c2cadc4a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      glm/gtx/polar_coordinates.hpp

+ 1 - 1
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<typename T, qualifier Q>