multiplyVectors

Sets this vector to a * b (component-wise).

Return

A reference to this vector.

Parameters

a

The first vector.

b

The second vector.