R/RcppExports.R

Defines functions earcut_sfg earcut_cpp

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

earcut_cpp <- function(x, y, holes, numholes) {
    .Call(`_decido_earcut_cpp`, x, y, holes, numholes)
}

earcut_sfg <- function(sfg) {
    .Call(`_decido_earcut_sfg`, sfg)
}

Try the decido package in your browser

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

decido documentation built on July 2, 2020, 3:11 a.m.