dist - distance to given point
dist = v.dist(v2);
v2 - vector
dist - distance
Measure the distance between two points specified by 'v' and 'v2'
v = new r3Vect(1, 0, 0);