r3Vect, r3Vect4 - constructor for 3d and 4d vectors
v = new r3Vect()
x, y, z, w - floating point numbers
v - new vector object
Creates a new vector object. If you don't pass any parameters to the constructor, a null vector is created i.e. all the vector attributes are initialized to zero.
v = new r3Vect();