Latest directxmath Activity
I use these two, but different convention from DirectXMath, so you need to do some work on the matrices.
Those are methods of a 3x3 matrix class, and so you have to swap the rows with columns on code like this: (*this)[a1][a2] → (*this)[a2][a1]
After that the code should work even if you use 4x4 matr…
Advertisement
Advertisement