multiplyVectors
Sets this vector to a * b (component-wise).
Return
A reference to this vector.
Parameters
a
The first vector.
b
The second vector.
Sets this vector to a * b (component-wise).
A reference to this vector.
The first vector.
The second vector.