Type: Package
Package: PolygonSoup
Title: Mesh from Polygon Soup
Version: 1.0.0
Authors@R: person("Stéphane", "Laurent", email = "laurent_step@outlook.fr", role = c("aut", "cre"))
Maintainer: Stéphane Laurent <laurent_step@outlook.fr>
Description: Allows to get a consistent 3D mesh from a polygon soup, that
    is an unorganized set of polygons. The mesh can be triangulated and
    its exterior edges are computed.
License: GPL-3
URL: https://github.com/stla/PolygonSoup
BugReports: https://github.com/stla/PolygonSoup/issues
Depends: R (>= 2.10)
Imports: data.table, gmp, Rcpp (>= 1.0.9), rgl
Suggests: misc3d
LinkingTo: BH, Rcpp, RcppCGAL, RcppEigen
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
SystemRequirements: C++ 14, gmp, mpfr
NeedsCompilation: yes
Packaged: 2022-10-18 07:34:25 UTC; stla
Author: Stéphane Laurent [aut, cre]
Repository: CRAN
Date/Publication: 2022-10-18 12:17:55 UTC
