Learn R Programming

Morpho (version 2.12)

barycenter: calculates the barycenters for all faces of a triangular mesh

Description

calculates the barycenters for all faces of a triangular mesh

Usage

barycenter(mesh)

Value

k x 3 matrix of barycenters for all k faces of input mesh.

Arguments

mesh

triangular mesh of class 'mesh3d'

See Also

closemeshKD

Examples

Run this code


data(nose)
bary <- barycenter(shortnose.mesh)
if (FALSE) {
require(rgl)
##visualize mesh
wire3d(shortnose.mesh)
# visualize barycenters
points3d(bary, col=2)
## now each triangle is equipped with a point in its barycenter
}

Run the code above in your browser using DataLab