Matrix4x4F::operator* メソッド (d2d1_1helper.h)

この行列に指定した行列を乗算し、結果を返します。

構文

Matrix4x4F operator*(
  [ref] const Matrix4x4F & matrix
);

パラメーター

[ref] matrix

型: const Matrix4x4F

乗算する行列。

戻り値

種類: Matrix4x4F

行列乗算の結果。

必要条件

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

関連項目

Matrix4x4F