Vector Multiply Node

vector multiply node

Component-wise multiplies two vectors. That is, computes [a.x * b.x, a.y * b.y, a.z * b.z].

Inputs:

  • a, b: The vectors to multiply.

Outputs:

  • c: The component-wise product of a and b.