Learn R Programming

Rvcg (version 0.24)

vcgArea: compute surface area of a triangular mesh

Description

compute surface area of a triangular mesh

Usage

vcgArea(mesh, perface = FALSE)

Value

surface area of mesh

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.

Examples

Run this code
data(humface)
vcgArea(humface)

Run the code above in your browser using DataLab