API Reference > OdGe Classes > OdGeMatrix2d Class > OdGeMatrix2d Methods > OdGeMatrix2d::setToProduct Method
OdGeMatrix2d::setToProduct Method
Syntax
C++
OdGeMatrix2d& setToProduct(const OdGeMatrix2d& matrix1, const OdGeMatrix2d& matrix2);
Parameters 
Description 
const OdGeMatrix2d& matrix1 
[in] First 2D matrix that is multiplied.  
const OdGeMatrix2d& matrix2 
[in] Second 2D 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.