Nothing
# 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)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.