XMMatrixTranspose 函数 (directxmath.h)

计算矩阵的转置。

语法

XMMATRIX XM_CALLCONV XMMatrixTranspose(
  [in] FXMMATRIX M
) noexcept;

参数

[in] M

要转置的矩阵。

返回值

返回 M 的转置。

注解

平台要求

Microsoft Visual Studio 2010 或 Microsoft Visual Studio 2012 与 Windows 8 Windows SDK。 支持 Win32 桌面应用、Windows 应用商店应用和 Windows Phone 8 应用。

要求

要求
目标平台 Windows
标头 directxmath.h

另请参阅

DirectXMath 库矩阵函数