powered by
Returns the length of the longest edge in the mesh.
vcg_max_edge_length(mesh)
A single numeric value: the maximum edge length, in mesh units.
triangular mesh of class 'mesh3d'.
'mesh3d'
vcg_average_edge_length, vcg_subdivide_max_edge_length
vcg_average_edge_length
vcg_subdivide_max_edge_length
if (is_not_cran()) { sphere <- vcg_sphere() vcg_max_edge_length(sphere) }
Run the code above in your browser using DataLab