API Reference > OdGe Classes > OdGeMatrix3d Class > OdGeMatrix3d Operators > OdGeMatrix3d::*= Operator
OdGeMatrix3d::*= Operator
Syntax
C++
OdGeMatrix3d& operator *=(const OdGeMatrix3d& 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.