You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Couple of issues with xvector, not least because whoever coded this thinks "shortening" variable names into stuff that can't be explained is useful. This code needs to be de-mystified and that's going to take a bit of understanding.
engine/src/gfx/xvector.h:246:22: warning: ‘localDir.QVector::<anonymous>.QVector::<anonymous union>::k’ may be used uninitialized in this function [-Wmaybe-uninitialized]
r.j = a.k*b.i-a.i*b.k;
~~~^~~~
The text was updated successfully, but these errors were encountered:
Couple of issues with xvector, not least because whoever coded this thinks "shortening" variable names into stuff that can't be explained is useful. This code needs to be de-mystified and that's going to take a bit of understanding.
The text was updated successfully, but these errors were encountered: