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 by this matrix.
 

Reference to this matrix.

Sets this matrix to the product of this matrix and rightSide, and returns a reference to this matrix. 

 

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