Compute Euclidean distance.
euclidian.dist(x1, x2)
x1
numerical vector, coords of first point
x2
numerical vector, coords of second point
the Euclidean distance between x1 and x2.