Click or drag to resize
DigitalRuneMatrix44FMultiply Method (Matrix44F, Matrix44F)
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 Matrix44F Multiply(
	Matrix44F m1,
	Matrix44F m2
)

Parameters

m1
Type: DigitalRune.Mathematics.AlgebraMatrix44F
The first matrix.
m2
Type: DigitalRune.Mathematics.AlgebraMatrix44F
The second matrix.

Return Value

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