pub fn XMMatrixMultiplyTranspose(M1: FXMMATRIX, M2: CXMMATRIX<'_>) -> XMMATRIX
Computes the transpose of the product of two matrices.
M1 First matrix to multiply.
M1
M2 Second matrix to multiply.
M2
Returns the transpose of the product of M1 and M2.
https://docs.microsoft.com/en-us/windows/win32/api/directxmath/nf-directxmath-XMMatrixMultiplyTranspose