Fixed ln_ten constant
This commit is contained in:
parent
7cbda2e1e2
commit
d43e671dcd
@ -146,9 +146,9 @@ namespace glm
|
|||||||
}
|
}
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
GLM_FUNC_QUALIFIER T ln_ten(2.30258509299404568401799145468436421)
|
GLM_FUNC_QUALIFIER T ln_ten()
|
||||||
{
|
{
|
||||||
return T();
|
return T(2.30258509299404568401799145468436421);
|
||||||
}
|
}
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user