powered by
Compute Euclidean distance between two vertices v1 and v2.
vertex.euclid.dist(surface, v1, v2)
double, the Euclidean distance between v1 and v2
an fs.surface instance
positive integer, vertex index of v1
positive integer, vertex index of v2
Other Euclidean distance util functions: closest.vert.to.point(), vertexdists.to.point()
closest.vert.to.point()
vertexdists.to.point()