[][src]Function directx_math::XMMatrixTranspose

pub fn XMMatrixTranspose(M: FXMMATRIX) -> XMMATRIX

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