Nothing
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
convert_ss_to_polygons_rcpp <- function(ss, numbercores, progress) {
.Call(`_raybevel_convert_ss_to_polygons_rcpp`, ss, numbercores, progress)
}
generate_offset_links_nodes_rcpp <- function(ss_links, ss_nodes, offsets, return_polys = FALSE, progress = FALSE) {
.Call(`_raybevel_generate_offset_links_nodes_rcpp`, ss_links, ss_nodes, offsets, return_polys, progress)
}
is_ccw_polygon <- function(vertices) {
.Call(`_raybevel_is_ccw_polygon`, vertices)
}
is_simple_polygon <- function(vertices) {
.Call(`_raybevel_is_simple_polygon`, vertices)
}
skeletonize_rcpp <- function(vertices, holes, offset) {
.Call(`_raybevel_skeletonize_rcpp`, vertices, holes, offset)
}
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.