Matrix4d.sub4x3

Component-wise subtract the upper 4x3 submatrices of <code>subtrahend</code> from <code>this</code>.

@param subtrahend the subtrahend @return this

  1. Matrix4d sub4x3(Matrix4d subtrahend)
    struct Matrix4d
    ref return
    sub4x3
  2. Matrix4d sub4x3(Matrix4d subtrahend, Matrix4d dest)

Meta