FlukyEngine
Namespaces | Functions
log_base.hpp File Reference

GLM_GTX_log_base More...

#include "../glm.hpp"
#include "log_base.inl"
Include dependency graph for log_base.hpp:

Go to the source code of this file.

Namespaces

 glm
 Core features
 

Functions

template<typename genType >
GLM_FUNC_DECL genType glm::log (genType const &x, genType const &base)
 Logarithm for any base. More...
 
template<length_t L, typename T , qualifier Q>
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. More...
 

Detailed Description

GLM_GTX_log_base

See also
Core features (dependence)