Matrix2dPreMultiplyBy Method

Sets this matrix to the product of leftSide * (this matrix) and returns the resulting matrix.

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

Parameters

leftSide  Matrix2d
[in] 2D matrix to multiply with this matrix.

Return Value

Matrix2d
See Also

©  Bricsys NV. All rights reserved.