vertex.euclid.dist | R Documentation |
Compute Euclidean distance between two vertices v1 and v2.
vertex.euclid.dist(surface, v1, v2)
surface |
an fs.surface instance |
v1 |
positive integer, vertex index of v1 |
v2 |
positive integer, vertex index of v2 |
double, the Euclidean distance between v1 and v2
Other Euclidean distance util functions:
closest.vert.to.point()
,
vertexdists.to.point()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.