Function directx_math::XMMatrixMultiplyTranspose[][src]

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

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