Matrix4d.sub

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

@param subtrahend the subtrahend @return this

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

Meta