Click or drag to resize
DigitalRuneMatrix44DMultiply Operator (Matrix44D, Matrix44D)
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 Matrix44D operator *(
	Matrix44D m1,
	Matrix44D m2
)

Parameters

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

Return Value

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