Matrix4d.mul4x3ComponentWise

Component-wise multiply the upper 4x3 submatrices of <code>this</code> by <code>other</code>.

@param other the other matrix @return this

  1. Matrix4d mul4x3ComponentWise(Matrix4d other)
    struct Matrix4d
    ref return
    mul4x3ComponentWise
  2. Matrix4d mul4x3ComponentWise(Matrix4d other, Matrix4d dest)

Meta