Fixed log from GTX_lob_base build error with tests #470, #471

This commit is contained in:
Christophe Riccio
2016-01-01 14:30:14 +01:00
parent c49f4198bc
commit e9febd9ee7
2 changed files with 51 additions and 6 deletions

View File

@@ -53,15 +53,15 @@ namespace glm
/// @addtogroup gtx_log_base
/// @{
//! Logarithm for any base.
//! From GLM_GTX_log_base.
/// Logarithm for any base.
/// From GLM_GTX_log_base.
template <typename genType>
GLM_FUNC_DECL genType log(
genType x,
genType base);
genType const & x,
genType const & base);
//! Logarithm for any base.
//! From GLM_GTX_log_base.
/// Logarithm for any base.
/// From GLM_GTX_log_base.
template <typename T, precision P, template <typename, precision> class vecType>
GLM_FUNC_DECL vecType<T, P> sign(
vecType<T, P> const & x,