R/vcgOneRingArea.r

Defines functions vcgOneRingArea

vcgOneRingArea <- function(mesh,both=FALSE) {
    vb <- mesh$vb[1:3,]
    it <- mesh$it-1
    out <- .Call("ROneRing",vb,it,both)
    return(out)
}
zarquon42b/Rvcg documentation built on April 11, 2024, 3:17 a.m.