Learn R Programming

ravetools (version 0.3.2)

vcg_max_edge_length: Maximum edge length of a triangular mesh

Description

Returns the length of the longest edge in the mesh.

Usage

vcg_max_edge_length(mesh)

Value

A single numeric value: the maximum edge length, in mesh units.

Arguments

mesh

triangular mesh of class 'mesh3d'.

See Also

vcg_average_edge_length, vcg_subdivide_max_edge_length

Examples

Run this code
if (is_not_cran()) {

  sphere <- vcg_sphere()
  vcg_max_edge_length(sphere)

}

Run the code above in your browser using DataLab