fadd - vector addition
v.fadd(v2);
v2 - vector to be added
-
Vector operation v = v+v2.
v = new r3Vect(1, 0, 0);