operator fun set(i: Int, v: Float)(source)

Sets the value at the specified index. 0-15 index element.

Return

The float value at the specified index.

Parameters

i

The index of the element to retrieve.


operator fun set(i: Int, j: Int, v: Float)(source)

Sets the value at the specified 2D matrix coordinates.

Return

The float value at the specified 2D coordinates.

Parameters

i

The row index (0..3) of the matrix.

j

The column index (0..3) of the matrix.