Click or drag to resize
DigitalRuneMatrixFMultiply Method (MatrixF, MatrixF)
Multiplies two matrices.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public static MatrixF Multiply(
	MatrixF matrix1,
	MatrixF matrix2
)

Parameters

matrix1
Type: DigitalRune.Mathematics.AlgebraMatrixF
The first matrix.
matrix2
Type: DigitalRune.Mathematics.AlgebraMatrixF
The second matrix.

Return Value

Type: MatrixF
The matrix with the product the two matrices.
See Also