Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeMatrix3d::*= Operator
Syntax
C++
OdGeMatrix3d& operator *=(const OdGeMatrix3d& matrix);

Multiplication with assignment operator. Sets this matrix to the product of this matrix and another matrix, and returns a reference to this matrix. 

 

Parameters
Description
matrix
[in] Another matrix to multiply this matrix by.

A reference to this OdGeMatrix3d object.

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