Matrix2d.add

Component-wise add <code>this</code> and <code>other</code>.

@param other the other addend @return this

  1. Matrix2d add(Matrix2d other)
    struct Matrix2d
    ref return
    add
  2. Matrix2d add(Matrix2d other, Matrix2d dest)

Meta