Function XMMatrixMultiplyTranspose

Source
pub fn XMMatrixMultiplyTranspose(M1: FXMMATRIX, M2: CXMMATRIX<'_>) -> XMMATRIX
Expand description

Computes the transpose of the product of two matrices.

§Parameters

M1 First matrix to multiply.

M2 Second matrix to multiply.

§Return value

Returns the transpose of the product of M1 and M2.

§Reference

https://docs.microsoft.com/en-us/windows/win32/api/directxmath/nf-directxmath-XMMatrixMultiplyTranspose