Matrix4x3d.sub

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

@param subtrahend the subtrahend @return this

  1. Matrix4x3d sub(Matrix4x3d subtrahend)
    struct Matrix4x3d
    ref public return
    sub
  2. Matrix4x3d sub(Matrix4x3d subtrahend, Matrix4x3d dest)

Meta