Go to the documentation of this file.
40 #ifndef GLM_CORE_func_trigonometric
41 #define GLM_CORE_func_trigonometric GLM_VERSION
54 template <
typename genType>
63 template <
typename genType>
73 template <
typename genType>
83 template <
typename genType>
92 template <
typename genType>
103 template <
typename genType>
104 genType
asin(genType
const & x);
114 template <
typename genType>
115 genType
acos(genType
const & x);
127 template <
typename genType>
128 genType
atan(genType
const & y, genType
const & x);
137 template <
typename genType>
138 genType
atan(genType
const & y_over_x);
146 template <
typename genType>
155 template <
typename genType>
164 template <
typename genType>
173 template <
typename genType>
174 genType
asinh(genType
const & x);
183 template <
typename genType>
184 genType
acosh(genType
const & x);
193 template <
typename genType>
194 genType
atanh(genType
const & x);
199 #include "func_trigonometric.inl"
201 #endif//GLM_CORE_func_trigonometric