API Reference > OdGe Classes > OdGeMatrix2d Class > OdGeMatrix2d Operators > OdGeMatrix2d::* Operator
OdGeMatrix2d::* Operator
Syntax
C++
OdGeMatrix2d operator *(const OdGeMatrix2d& matrix) const;
Parameters 
Description 
const OdGeMatrix2d& matrix 
[in] Matrix to the right of the operand. 

The resulting matrix.

Returns the product (this matrix) * matrix. 

 

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