Flow Visualisation
fast_exponential.inl File Reference
This graph shows which files directly or indirectly include this file:

Namespaces

 glm
 

Functions

template<typename genType >
GLM_FUNC_QUALIFIER genType glm::fastPow (genType const &x, genType const &y)
 
template<typename T >
GLM_FUNC_QUALIFIERglm::fastPow (const T x, int y)
 
template<typename T >
GLM_FUNC_QUALIFIER detail::tvec2< T > glm::fastPow (const detail::tvec2< T > &x, const detail::tvec2< int > &y)
 
template<typename T >
GLM_FUNC_QUALIFIER detail::tvec3< T > glm::fastPow (const detail::tvec3< T > &x, const detail::tvec3< int > &y)
 
template<typename T >
GLM_FUNC_QUALIFIER detail::tvec4< T > glm::fastPow (const detail::tvec4< T > &x, const detail::tvec4< int > &y)
 
template<typename T >
GLM_FUNC_QUALIFIERglm::fastExp (const T x)
 
template<typename genType >
GLM_FUNC_QUALIFIER genType glm::fastLog (genType const &x)
 
template<typename genType >
GLM_FUNC_QUALIFIER genType glm::fastExp2 (genType const &x)
 
template<typename genType >
GLM_FUNC_QUALIFIER genType glm::fastLog2 (genType const &x)