Matrix2dMultiply Method

Multiplies the specified matrix with this matrix. This method is identical to the PreMultiplyBy method which sets this matrix to the product of matrix * (this matrix).

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public Matrix2d Multiply(
        Matrix2d matrix
)

Parameters

matrix  Matrix2d
[in] Matrix to multiply with.

Return Value

Matrix2d
See Also

©  Bricsys NV. All rights reserved.