R/decido-package.R

#' @useDynLib 'decido', .registration = TRUE
#' @importFrom Rcpp sourceCpp
NULL

#' @keywords internal
"_PACKAGE"


#' decido
#'
#' Provides constrained triangulation of polygons. Ear cutting (or
#' ear clipping) applies constrained triangulation by successively 'cutting'
#' triangles from a polygon defined by path/s. Holes are supported.
#' This package wraps the 'header-only' library 'earcut.hpp'
#' <https://github.com/mapbox/earcut.hpp.git>.
#'
#' @name decido-package
#' @docType package
NULL

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.