Matrix2d.setRow

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

@param row the row index in <code>[0..1]</code> @param x the first element in the row @param y the second element in the row @return this @throws IndexOutOfBoundsException if <code>row</code> is not in <code>[0..1]</code>

  1. Matrix2d setRow(int row, Vector2d src)
  2. Matrix2d setRow(int row, double x, double y)
    struct Matrix2d
    ref return
    setRow
    (
    int row
    ,
    double x
    ,
    double y
    )

Meta