Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeMatrix2d::preMultBy Method
Syntax
C++
OdGeMatrix2d& preMultBy(const OdGeMatrix2d& leftSide);

Sets this matrix to the product leftSide * (this matrix), and returns a reference to this matrix. 

 

Parameters
Description
leftSide
[in] 2D matrix that will be multiplied with this matrix.

Note that when multiplying matrices, the order matters. This method provides different results than postMultBy even with the same parameters.

Copyright © 2002-2022. Open Design Alliance All rights reserved.