This commit is contained in:
Christophe Riccio 2020-02-07 15:19:33 +01:00
commit 65c8ff2bd6

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>