API Reference > OdGe Classes > OdGeMatrix3d Class > OdGeMatrix3d Methods > OdGeMatrix3d::setToProduct Method
OdGeMatrix3d::setToProduct Method
Syntax
C++
OdGeMatrix3d& setToProduct(const OdGeMatrix3d& matrix1, const OdGeMatrix3d& matrix2);
Parameters 
Description 
const OdGeMatrix3d& matrix1 
[in] First 3D matrix that is multiplied.  
const OdGeMatrix3d& matrix2 
[in] Second 3D matrix that is multiplied. 

Sets this matrix to the product matrix1 * matrix2, and returns a reference to this matrix. 

 

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