XMMatrixMultiplyTranspose 関数 (directxmath.h)
2 つの行列の積の転置を計算します。
構文
XMMATRIX XM_CALLCONV XMMatrixMultiplyTranspose(
[in] FXMMATRIX M1,
[in] CXMMATRIX M2
) noexcept;
パラメーター
[in] M1
乗算する最初の行列。
[in] M2
乗算する 2 番目の行列。
戻り値
M1 と M2 の積の転置を返します。
注釈
プラットフォームの要件
Microsoft Visual Studio 2010 または Microsoft Visual Studio 2012 と Windows SDK for Windows 8。 Win32 デスクトップ アプリ、Windows ストア アプリ、Windows Phone 8 アプリでサポートされます。要件
要件 | 値 |
---|---|
対象プラットフォーム | Windows |
ヘッダー | directxmath.h |