Matrix4x4F::SetProduct メソッド (d2d1_1helper.h)

2 つの行列を乗算し、結果をこの行列に格納します。

構文

void SetProduct(
  [ref] const Matrix4x4F & a,
  [ref] const Matrix4x4F & b
);

パラメーター

[ref] a

型: const Matrix4x4F

乗算する最初の行列。

[ref] b

型: const Matrix4x4F

乗算する 2 番目の行列。

戻り値

なし

必要条件

   
対象プラットフォーム Windows
ヘッダー d2d1_1helper.h

関連項目

Matrix4x4F