Close

Relief for ODA Team in Ukraine

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

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

 

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

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

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