Matrix.getValue

float getValue(uint row, uint col)

Retrieves the value at the given row and col index.

Parameters

rowthe row index
colthe column index

Returns

the value at the given indices