Matrix2dPostMultiplyBy Method

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

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 25.3.0.0
Syntax
public Matrix2d PostMultiplyBy(
        Matrix2d rightSide
)

Parameters

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

Return Value

Matrix2d
See Also

©  Bricsys NV. All rights reserved.