Merge pull request #989 from dorodnic/doc_fix

Fixing output order in the documentation of glm::polar #989
This commit is contained in:
Christophe 2020-02-07 14:58:50 +01:00 committed by GitHub
commit 6d8b4a11bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>