R/vcg.R
vcg_mesh_volume.Rd
Compute volume for manifold meshes
vcg_mesh_volume(mesh)
triangular mesh of class 'mesh3d'
'mesh3d'
The numeric volume of the mesh
# Initial mesh mesh <- vcg_sphere() vcg_mesh_volume(mesh) #> [1] 4.152741