R/RcppExports.R

Defines functions Rcpp_constrained_delaunay Rcpp_delaunay

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

Rcpp_delaunay <- function(tpoints) {
    .Call(`_RCDT_Rcpp_delaunay`, tpoints)
}

Rcpp_constrained_delaunay <- function(tpoints, tedges) {
    .Call(`_RCDT_Rcpp_constrained_delaunay`, tpoints, tedges)
}

Try the RCDT package in your browser

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

RCDT documentation built on Nov. 2, 2023, 5:52 p.m.