Type: Package
Package: MinkowskiSum
Title: Minkowski Addition Between 3D Meshes
Version: 1.0.0
Authors@R: 
    person("Stéphane", "Laurent", , "laurent_step@outlook.fr", role = c("aut", "cre"))
Maintainer: Stéphane Laurent <laurent_step@outlook.fr>
Description: Computes the Minkowski sum of two 3D meshes, resulting in a
    new 3D mesh. The Minkowski addition has applications in mathematical
    morphology and 3D computer graphics. The computations are performed by
    the 'C++' library 'CGAL' (<https://www.cgal.org/>).
License: GPL-3
URL: https://github.com/stla/MinkowskiSum
BugReports: https://github.com/stla/MinkowskiSum/issues
Depends: R (>= 2.10)
Imports: data.table, gmp, PolygonSoup, Rcpp (>= 1.0.9)
Suggests: rgl
LinkingTo: BH, Rcpp, RcppCGAL, RcppEigen
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
SystemRequirements: C++ 17, gmp, mpfr
NeedsCompilation: yes
Packaged: 2022-10-26 10:45:28 UTC; stla
Author: Stéphane Laurent [aut, cre]
Repository: CRAN
Date/Publication: 2022-10-28 16:32:36 UTC
