Matrix3d.add

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

@param other the other addend @return this

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

Meta