|  | 0.9.9 API documentation
    | 
| Functions | |
| template<typename genType > | |
| GLM_FUNC_DECL genType | log (genType const &x, genType const &base) | 
| template<length_t L, typename T , qualifier Q> | |
| GLM_FUNC_DECL vec< L, T, Q > | sign (vec< L, T, Q > const &x, vec< L, T, Q > const &base) | 
Include <glm/gtx/log_base.hpp> to use the features of this extension.
Logarithm for any base. base can be a vector or a scalar.
| GLM_FUNC_DECL genType glm::log | ( | genType const & | x, | 
| genType const & | base | ||
| ) | 
Logarithm for any base.
From GLM_GTX_log_base.
| GLM_FUNC_DECL vec<L, T, Q> glm::sign | ( | vec< L, T, Q > const & | x, | 
| vec< L, T, Q > const & | base | ||
| ) | 
Logarithm for any base.
From GLM_GTX_log_base.
 1.8.14
 1.8.14