mirror of
https://github.com/g-truc/glm.git
synced 2025-04-07 22:40:17 +00:00
Merge branch '0.9.1' into 0.9.2
This commit is contained in:
commit
3fd2a71d1e
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ namespace quaternion{
|
|||
detail::tquat<T> const & q
|
||||
)
|
||||
{
|
||||
return gtc::quaternion::conjugate(q) / gtc::quaternion::length(q);
|
||||
return gtc::quaternion::conjugate(q) / gtc::quaternion::dot(q, q);
|
||||
}
|
||||
|
||||
template <typename T>
|
||||
|
|
Loading…
Add table
Reference in a new issue