R/RcppExports.R

Defines functions bezierPath getBeziers splinePath getSplines

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

bezierPath <- function(x, y, detail) {
    .Call('_ggforce_bezierPath', PACKAGE = 'ggforce', x, y, detail)
}

getBeziers <- function(x, y, id, detail) {
    .Call('_ggforce_getBeziers', PACKAGE = 'ggforce', x, y, id, detail)
}

splinePath <- function(x, y, degree, knots, detail, type) {
    .Call('_ggforce_splinePath', PACKAGE = 'ggforce', x, y, degree, knots, detail, type)
}

getSplines <- function(x, y, id, detail, type) {
    .Call('_ggforce_getSplines', PACKAGE = 'ggforce', x, y, id, detail, type)
}
YTLogos/ggforce documentation built on May 6, 2019, 4:37 p.m.