Matrix4d.add

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

@param other the other addend @return this

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

Meta