Learn R Programming

Rvcg (version 0.18)

vcgArea: compute surface area of a triangular mesh

Description

compute surface area of a triangular mesh

Usage

vcgArea(mesh, perface = FALSE)

Arguments

mesh

triangular mesh of class mesh3d

perface

logical: if TRUE, a list containing the overall area, as well as the individual per-face area are reported.

Value

surface area of mesh

Examples

Run this code
# NOT RUN {
data(humface)
vcgArea(humface)
# }

Run the code above in your browser using DataLab