| vcg_max_edge_length | R Documentation |
Returns the length of the longest edge in the mesh.
vcg_max_edge_length(mesh)
mesh |
triangular mesh of class |
A single numeric value: the maximum edge length, in mesh units.
vcg_average_edge_length,
vcg_subdivide_max_edge_length
if (is_not_cran()) {
sphere <- vcg_sphere()
vcg_max_edge_length(sphere)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.