Multiply

Matrix.Multiply method (1 of 2)

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

public void Multiply(Matrix tTx, MatrixOrder order)
ParameterTypeDescription
tTxMatrixThe tx. The tx. The tx.
orderMatrixOrderThe order. The order. The order.

See Also


Matrix.Multiply method (2 of 2)

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

public void Multiply(Matrix tTx)
ParameterTypeDescription
tTxMatrixThe matrix to multiply with.

See Also