38 #ifndef GLM_GTX_fast_trigonometry
39 #define GLM_GTX_fast_trigonometry
44 #if(defined(GLM_MESSAGES) && !defined(GLM_EXT_INCLUDED))
45 # pragma message("GLM: GLM_GTX_fast_trigonometry extension included")
98 #include "fast_trigonometry.inl"
100 #endif//GLM_GTX_fast_trigonometry
T fastAcos(const T &angle)
Faster than the common acos function but less accurate.
T fastAtan(const T &y, const T &x)
Faster than the common atan function but less accurate.
GLM_FUNC_DECL T angle(detail::tquat< T, P > const &x)
Returns the quaternion rotation angle.
T fastAsin(const T &angle)
Faster than the common asin function but less accurate.
T fastTan(const T &angle)
Faster than the common tan function but less accurate.
T fastSin(const T &angle)
Faster than the common sin function but less accurate.
T fastCos(const T &angle)
Faster than the common cos function but less accurate.