Define all exponential functions from Section 8.2 of GLSL 1.30.8 specification. Included in glm namespace. More...
Functions | |
template<typename genType > | |
genType | exp (genType const &x) |
template<typename genType > | |
genType | exp2 (genType const &x) |
template<typename genType > | |
genType | inversesqrt (genType const &x) |
template<typename genType > | |
genType | log (genType const &x) |
template<typename genType > | |
genType | log2 (genType const &x) |
template<typename genType > | |
genType | pow (genType const &x, genType const &y) |
template<typename genType > | |
genType | sqrt (genType const &x) |
Define all exponential functions from Section 8.2 of GLSL 1.30.8 specification. Included in glm namespace.