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 by introducing a bridge segment between polygon paths. This package wraps the 'header-only' library 'earcut.hpp' <https://github.com/mapbox/earcut.hpp.git> which includes a reference to the method used by Held, M. (2001) <doi:10.1007/s00453-001-0028-4>.
Version: | 0.1.0 |
Imports: | Rcpp, oz |
LinkingTo: | Rcpp |
Suggests: | covr, testthat, knitr, rmarkdown |
Published: | 2018-03-13 |
Author: | Michael Sumner [aut, cre], Andrew Smith [ctb] (provided C++ guidance), Mapbox [cph] (author of header library earcut.hpp) |
Maintainer: | Michael Sumner <mdsumner at gmail.com> |
License: | MIT + file LICENSE |
NeedsCompilation: | yes |
SystemRequirements: | C++11 |
Materials: | README NEWS |
CRAN checks: | decido results |
Reference manual: | decido.pdf |
Vignettes: |
decido |
Package source: | decido_0.1.0.tar.gz |
Windows binaries: | r-devel: decido_0.1.0.zip, r-release: decido_0.1.0.zip, r-oldrel: decido_0.1.0.zip |
OS X binaries: | r-release: decido_0.1.0.tgz, r-oldrel: decido_0.1.0.tgz |
Please use the canonical form https://CRAN.R-project.org/package=decido to link to this page.