Matrix4d.mulComponentWise

Component-wise multiply <code>this</code> by <code>other</code>.

@param other the other matrix @return this

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

Meta