Matrix2d.sub

Component-wise subtract <code>subtrahend</code> from <code>this</code>.

@param subtrahend the subtrahend @return this

  1. Matrix2d sub(Matrix2d subtrahend)
    struct Matrix2d
  2. Matrix2d sub(Matrix2d other, Matrix2d dest)

Meta