mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 04:31:47 +00:00
Fixing output order in the documentation of glm::polar
This commit is contained in:
parent
13724cfae6
commit
56c2cadc4a
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user