Commited missing file (from 7dfb82)
Former-commit-id: 90aba1cc976830fd78efdd3d03764345b92df24d
This commit is contained in:
parent
4a34c16455
commit
48eb59eba8
|
|
@ -213,7 +213,7 @@ NzQuaternion<T>& NzQuaternion<T>::Set(T angle, const NzVector3<T>& axis)
|
||||||
angle = NzDegreeToRadian(angle);
|
angle = NzDegreeToRadian(angle);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
angle *= F(0.5);
|
angle /= F(2.0);
|
||||||
|
|
||||||
NzVector3<T> normalizedAxis = axis.GetNormal();
|
NzVector3<T> normalizedAxis = axis.GetNormal();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue