Matrix3d.setRow

Set the row at the given <code>row</code> index, starting with <code>0</code>.

@param row the row index in <code>[0..2]</code> @param src the row components to set @return this @throws IndexOutOfBoundsException if <code>row</code> is not in <code>[0..2]</code>

  1. Matrix3d setRow(int row, Vector3d src)
    struct Matrix3d
    ref public return
    setRow
  2. Matrix3d setRow(int row, double x, double y, double z)

Meta