|
GraphicsAPI_2020C
|
GLM_GTX_polar_coordinates More...

Go to the source code of this file.
Namespaces | |
| glm | |
| Core features | |
Functions | |
| template<typename T , qualifier Q> | |
| GLM_FUNC_DECL vec< 3, T, Q > | glm::polar (vec< 3, T, Q > const &euclidean) |
| Convert Euclidean to Polar coordinates, x is the xz distance, y, the latitude and z the longitude. More... | |
| template<typename T , qualifier Q> | |
| GLM_FUNC_DECL vec< 3, T, Q > | glm::euclidean (vec< 2, T, Q > const &polar) |
| Convert Polar to Euclidean coordinates. More... | |
1.8.13