neg - negate
v2 = v.neg();
-
v2 - vector
Returns a vector pointing to opposite direction than the object in question.
v = new r3Vect(1, 0, 0);