cmul
v3 = v.cmul(v2);
v2 - vector
v3 - vector
Component wise multiplication. Multiplies each component in 'v' by corresponding component of 'v2' and returns the result as a new vector.
v = new r3Vect(1, 2, 3);