API Reference > OdGe Classes > OdGeMatrix3d Class > OdGeMatrix3d Operators > () Operator > OdGeMatrix3d::() Operator (int, int)
OdGeMatrix3d::() Operator (int, int)
Syntax
C++
double& operator ()(int row, int column);
Parameters 
Description 
int row 
[in] Row of a matrix. Must be in range from 0 to 3.  
int column 
[in] Column of a matrix. Must be in range from 0 to 3. 

Returns a reference to a matrix element specified with row and column. 

 

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