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