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

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

 

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