Matrix3d.sub

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

@param subtrahend the subtrahend @return this

  1. Matrix3d sub(Matrix3d subtrahend)
    struct Matrix3d
  2. Matrix3d sub(Matrix3d subtrahend, Matrix3d dest)

Meta