Matrix.Multiply

Multiply(Matrix, MatrixOrder)

Multiplies this Matrix by the matrix specified in the matrix parameter, and in the order specified in the order parameter.

public void Multiply(Matrix Tx, MatrixOrder order)
ParameterTypeDescription
TxMatrixThe tx. The tx. The tx.
orderMatrixOrderThe order. The order. The order.

See Also


Multiply(Matrix)

Multiplies this Matrix by the matrix specified in the matrix parameter using (default) Prepend order.

public void Multiply(Matrix Tx)
ParameterTypeDescription
TxMatrixThe matrix to multiply with.

See Also