Matrix3dPostMultiplyBy 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: 24.2.0.0
Syntax
public Matrix3d PostMultiplyBy(
        Matrix3d rightSide
)

Parameters

rightSide  Matrix3d
[in] 3D matrix to multiply with this matrix.

Return Value

Matrix3d
See Also

©  Bricsys NV. All rights reserved.