Matrix.Multiply

Multiply(Matrix, MatrixOrder)

この Matrix に、matrix パラメータで指定された行列を、order パラメータで指定された順序で乗算します。

public void Multiply(Matrix Tx, MatrixOrder order)
パラメータタイプ説明
TxMatrixtx. tx. tx.
orderMatrixOrderオーダー。オーダー。オーダー。

関連項目


Multiply(Matrix)

(デフォルト) Prepend order. を使用して、matrix パラメータで指定された行列でこの Matrix を乗算します。

public void Multiply(Matrix Tx)
パラメータタイプ説明
TxMatrix乗算する行列。

関連項目