XMMatrixTranspose 関数 (directxmath.h)
行列の転置を計算します。
構文
XMMATRIX XM_CALLCONV XMMatrixTranspose(
[in] FXMMATRIX M
) noexcept;
パラメーター
[in] M
入れ替える行列。
戻り値
M の入れ替えの値を返 します。
注釈
プラットフォームの要件
Windows 8用のWindows SDKを含む Microsoft Visual Studio 2010 または Microsoft Visual Studio 2012。 Win32 デスクトップ アプリ、Windows ストア アプリ、Windows Phone 8 アプリでサポートされます。要件
要件 | 値 |
---|---|
対象プラットフォーム | Windows |
ヘッダー | directxmath.h |