Functions

glm::gtx::optimum_pow Namespace Reference

GLM_GTX_optimum_pow extension: Integer exponentiation of power functions. More...

Functions

template<typename genType >
genType pow2 (const genType &x)
template<typename genType >
genType pow3 (const genType &x)
template<typename genType >
genType pow4 (const genType &x)
detail::tvec2< bool > powOfTwo (const detail::tvec2< int > &x)
bool powOfTwo (int num)
detail::tvec3< bool > powOfTwo (const detail::tvec3< int > &x)
detail::tvec4< bool > powOfTwo (const detail::tvec4< int > &x)

Detailed Description

GLM_GTX_optimum_pow extension: Integer exponentiation of power functions.