R/RcppExports.R

Defines functions sTriangle meshTopology gTriangle gatherVertices SSSreconstruction_cpp MinkowskiSum_cpp AFSreconstruction_cpp

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

AFSreconstruction_cpp <- function(pts, nneighs) {
    .Call(`_cgalMeshes_AFSreconstruction_cpp`, pts, nneighs)
}

MinkowskiSum_cpp <- function(mesh1XPtr, mesh2XPtr) {
    .Call(`_cgalMeshes_MinkowskiSum_cpp`, mesh1XPtr, mesh2XPtr)
}

SSSreconstruction_cpp <- function(pts, scaleIterations, nneighs, nsamples, separateShells, forceManifold, borderAngle) {
    .Call(`_cgalMeshes_SSSreconstruction_cpp`, pts, scaleIterations, nneighs, nsamples, separateShells, forceManifold, borderAngle)
}

gatherVertices <- function(Vertices, Faces) {
    .Call(`_cgalMeshes_gatherVertices`, Vertices, Faces)
}

gTriangle <- function(A, B, C, s, iterations) {
    .Call(`_cgalMeshes_gTriangle`, A, B, C, s, iterations)
}

meshTopology <- function(nu, nv, uperiodic, vperiodic) {
    .Call(`_cgalMeshes_meshTopology`, nu, nv, uperiodic, vperiodic)
}

sTriangle <- function(A, B, C, center, radius, iterations) {
    .Call(`_cgalMeshes_sTriangle`, A, B, C, center, radius, iterations)
}

Try the cgalMeshes package in your browser

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

cgalMeshes documentation built on July 9, 2023, 7:45 p.m.