Functions
glm::gtx::fast_trigonometry Namespace Reference

< GLM_GTX_fast_trigonometry extension: Fast but less accurate implementations of trigonometric functions. More...

Functions

template<typename T >
fastAcos (const T &angle)
template<typename T >
fastAsin (const T &angle)
template<typename T >
fastAtan (const T &angle)
template<typename T >
fastAtan (const T &y, const T &x)
template<typename T >
fastCos (const T &angle)
template<typename T >
fastSin (const T &angle)
template<typename T >
fastTan (const T &angle)

Detailed Description

< GLM_GTX_fast_trigonometry extension: Fast but less accurate implementations of trigonometric functions.