polar_coordinates.hpp
Go to the documentation of this file.
1 
38 #pragma once
39 
40 // Dependency:
41 #include "../glm.hpp"
42 
43 #if(defined(GLM_MESSAGES) && !defined(GLM_EXT_INCLUDED))
44 # pragma message("GLM: GLM_GTX_polar_coordinates extension included")
45 #endif
46 
47 namespace glm
48 {
51 
55  template <typename T, precision P>
56  GLM_FUNC_DECL detail::tvec3<T, P> polar(
57  detail::tvec3<T, P> const & euclidean);
58 
62  template <typename T, precision P>
63  GLM_FUNC_DECL detail::tvec3<T, P> euclidean(
64  detail::tvec2<T, P> const & polar);
65 
67 }//namespace glm
68 
69 #include "polar_coordinates.inl"
GLM_FUNC_DECL detail::tvec3< T, P > euclidean(detail::tvec2< T, P > const &polar)
GLM_FUNC_DECL detail::tvec3< T, P > polar(detail::tvec3< T, P > const &euclidean)
#define GLM_FUNC_DECL
Definition: setup.hpp:728


rtabmap
Author(s): Mathieu Labbe
autogenerated on Mon Dec 14 2020 03:34:59