Description Usage Arguments Value Examples
the function calculate the volume of each tetrahedron which was made by tri-mesh and origin of coordinates of the tri-mesh
1 | Meshvolume(m)
|
m |
a tri-mesh object |
a vector of the volume of the mesh
1 2 3 | data(refface)
ref.m <- refface$ref.m
face.vol <- Meshvolume(ref.m)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.