Matrix.getValue
float getValue(uint row, uint col)Retrieves the value at the given row and col index.
Parameters
row | the row index |
col | the column index |
Returns
the value at the given indices
float getValue(uint row, uint col)Retrieves the value at the given row and col index.
row | the row index |
col | the column index |