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.
 

Reference to this matrix.

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

 

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