Learn R Programming

decido (version 0.3.0)

decido-package: decido: Bindings for 'Mapbox' Ear Cutting Triangulation Library

Description

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>.

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.

Arguments

Author

Maintainer: Michael Sumner mdsumner@gmail.com

Other contributors:

  • Andrew Smith (provided C++ guidance) [contributor]

  • Mapbox (author of header library earcut.hpp) [copyright holder]

  • Mark Padgham (help with CRAN issues) [contributor]

  • David Cooley (added header capability for linking from other packages) [contributor]

See Also