Go to the documentation of this file.
38 #ifndef GLM_GTC_reciprocal
39 #define GLM_GTC_reciprocal GLM_VERSION
44 #if(defined(GLM_MESSAGES) && !defined(glm_ext))
45 # pragma message("GLM: GLM_GTC_reciprocal extension included")
57 template <
typename genType>
64 template <
typename genType>
71 template <
typename genType>
77 template <
typename genType>
78 genType
asec(genType
const & x);
83 template <
typename genType>
84 genType
acsc(genType
const & x);
89 template <
typename genType>
90 genType
acot(genType
const & x);
95 template <
typename genType>
101 template <
typename genType>
107 template <
typename genType>
113 template <
typename genType>
114 genType
asech(genType
const & x);
119 template <
typename genType>
120 genType
acsch(genType
const & x);
125 template <
typename genType>
126 genType
acoth(genType
const & x);
131 #include "reciprocal.inl"
133 #endif//GLM_GTC_reciprocal