Function XMMatrixTranspose

Source
pub fn XMMatrixTranspose(M: FXMMATRIX) -> XMMATRIX
Expand description

Computes the transpose of a matrix.

§Parameters

M Matrix to transpose.

§Return value

Returns the transpose of M.

§Reference

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