API Reference > OdGe Classes > OdGeMatrix2d Class > OdGeMatrix2d Operators > OdGeMatrix2d::*= Operator
OdGeMatrix2d::*= Operator
Syntax
C++
OdGeMatrix2d& operator *=(const OdGeMatrix2d& matrix);

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

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