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)
}

Try the Rvcg package in your browser

Any scripts or data that you put into this service are public.

Rvcg documentation built on Feb. 16, 2023, 5:12 p.m.