wrap.Matrix4x4.setItem

Matrix4x4.setItem(rowInd, colInd, value)

Set value of matrix element

Parameters:

rowInd : int

Index of row.

colInd : int

Index of column.

value : float

Value to set.