Set the row at the given <code>row</code> index, starting with <code>0</code>.
@param row
the column index in <code>[0..2]</code>
@param x
the first element in the row
@param y
the second element in the row
@param z
the third element in the row
@return this
@throws IndexOutOfBoundsException if <code>row</code> is not in <code>[0..2]</code>
Set the row at the given <code>row</code> index, starting with <code>0</code>.
@param row the column index in <code>[0..2]</code> @param x the first element in the row @param y the second element in the row @param z the third element in the row @return this @throws IndexOutOfBoundsException if <code>row</code> is not in <code>[0..2]</code>