proj - projection
v3 = v.proj(v2);
v2 - vector to be projected on 'v'
v3 - vector
Returns vectors 'v2' projection on 'v'.
v = new r3Vect(1, 0, 0);