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

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

 

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