vcg_mesh_volume {ravetools}R Documentation

Compute volume for manifold meshes

Description

Compute volume for manifold meshes

Usage

vcg_mesh_volume(mesh)

Arguments

mesh

triangular mesh of class 'mesh3d'

Value

The numeric volume of the mesh

Examples


# Initial mesh
mesh <- vcg_sphere()

vcg_mesh_volume(mesh)


[Package ravetools version 0.1.7 Index]