43 #if(defined(GLM_MESSAGES) && !defined(GLM_EXT_INCLUDED))
44 # pragma message("GLM: GLM_GTX_polar_coordinates extension included")
55 template <
typename T, precision P>
56 GLM_FUNC_DECL tvec3<T, P>
polar(
62 template <
typename T, precision P>
64 tvec2<T, P>
const &
polar);
69 #include "polar_coordinates.inl"
GLM_FUNC_DECL tvec3< T, P > euclidean(tvec2< T, P > const &polar)
Convert Polar to Euclidean coordinates.
GLM_FUNC_DECL tvec3< T, P > polar(tvec3< T, P > const &euclidean)
Convert Euclidean to Polar coordinates, x is the xz distance, y, the latitude and z the longitude...