Matrix3dPreMultiplyBy 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 Matrix3d PreMultiplyBy(
        Matrix3d leftSide
)

Parameters

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

Return Value

Matrix3d
See Also

©  Bricsys NV. All rights reserved.