GLM
0.9.5
|
Functions | |
template<typename T , precision P> | |
detail::tvec3< T, P > | euclidean (detail::tvec2< T, P > const &polar) |
template<typename T , precision P> | |
detail::tvec3< T, P > | polar (detail::tvec3< T, P > const &euclidean) |
Conversion from Euclidean space to polar space and revert.
<glm/gtx/polar_coordinates.hpp> need to be included to use these functionalities.
detail::tvec3<T, P> glm::euclidean | ( | detail::tvec2< T, P > const & | polar | ) |
Convert Polar to Euclidean coordinates.
detail::tvec3<T, P> glm::polar | ( | detail::tvec3< T, P > const & | euclidean | ) |
Convert Euclidean to Polar coordinates, x is the xz distance, y, the latitude and z the longitude.