Matrix4d.setRowColumn

Set the matrix element at the given row and column to the specified value.

@param row the row index in <code>[0..3]</code> @param column the colum index in <code>[0..3]</code> @param value the value @return this

struct Matrix4d
ref return
setRowColumn
(
int row
,
int column
,
double value
)

Meta