Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeMatrix3d::() Operator (int, int)
Syntax
C++
double& operator ()(int row, int column);

References matrix.entry[row][column] as matrix(row,column). 

Returns a reference to a matrix element specified by the row and column. 

 

Parameters
Description
row
[in] Row. [in] Row of a matrix. Must be in range from 0 to 3.
column
[in] Column.
[in] Column of a matrix. Must be in range from 0 to 3.

Reference to the matrix element. 

Reference to the matrix element.

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