Click or drag to resize
GeMatrixMultiply Operator
Multiplies the specified matrices.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public static GeMatrix operator *(
	GeMatrix m1,
	GeMatrix m2
)

Parameters

m1
Type: FDF.Common.GeometriesGeMatrix
Matrix to multiply.
m2
Type: FDF.Common.GeometriesGeMatrix
Matrix by which the first matrix is multiplied.

Return Value

Type: GeMatrix
GeMatrix that is the result of multiplication.
Remarks