API Reference > OdGe Classes > OdGeMatrix2d Class > OdGeMatrix2d Methods > OdGeMatrix2d::postMultBy Method
OdGeMatrix2d::postMultBy Method
Syntax
C++
OdGeMatrix2d& postMultBy(const OdGeMatrix2d& rightSide);
Parameters 
Description 
const OdGeMatrix2d& rightSide 
[in] 2D matrix that will be multiplied with this matrix. 

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

 

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

Copyright © 2002–2020. Open Design Alliance. All rights reserved.