FlukyEngine
|
GLM_GTX_fast_exponential More...
Go to the source code of this file.
Namespaces | |
glm | |
Core features | |
Functions | |
template<typename genType > | |
GLM_FUNC_DECL genType | glm::fastPow (genType x, genType y) |
Faster than the common pow function but less accurate. More... | |
template<length_t L, typename T , qualifier Q> | |
GLM_FUNC_DECL vec< L, T, Q > | glm::fastPow (vec< L, T, Q > const &x, vec< L, T, Q > const &y) |
Faster than the common pow function but less accurate. More... | |
template<typename genTypeT , typename genTypeU > | |
GLM_FUNC_DECL genTypeT | glm::fastPow (genTypeT x, genTypeU y) |
Faster than the common pow function but less accurate. More... | |
template<length_t L, typename T , qualifier Q> | |
GLM_FUNC_DECL vec< L, T, Q > | glm::fastPow (vec< L, T, Q > const &x) |
Faster than the common pow function but less accurate. More... | |
template<typename T > | |
GLM_FUNC_DECL T | glm::fastExp (T x) |
Faster than the common exp function but less accurate. More... | |
template<length_t L, typename T , qualifier Q> | |
GLM_FUNC_DECL vec< L, T, Q > | glm::fastExp (vec< L, T, Q > const &x) |
Faster than the common exp function but less accurate. More... | |
template<typename T > | |
GLM_FUNC_DECL T | glm::fastLog (T x) |
Faster than the common log function but less accurate. More... | |
template<length_t L, typename T , qualifier Q> | |
GLM_FUNC_DECL vec< L, T, Q > | glm::fastLog (vec< L, T, Q > const &x) |
Faster than the common exp2 function but less accurate. More... | |
template<typename T > | |
GLM_FUNC_DECL T | glm::fastExp2 (T x) |
Faster than the common exp2 function but less accurate. More... | |
template<length_t L, typename T , qualifier Q> | |
GLM_FUNC_DECL vec< L, T, Q > | glm::fastExp2 (vec< L, T, Q > const &x) |
Faster than the common exp2 function but less accurate. More... | |
template<typename T > | |
GLM_FUNC_DECL T | glm::fastLog2 (T x) |
Faster than the common log2 function but less accurate. More... | |
template<length_t L, typename T , qualifier Q> | |
GLM_FUNC_DECL vec< L, T, Q > | glm::fastLog2 (vec< L, T, Q > const &x) |
Faster than the common log2 function but less accurate. More... | |