Type: Package
Package: MeshesTools
Title: Some Tools for 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: Provides some utilities for 3D meshes: clipping of a mesh to
    the volume bounded by another mesh, decomposition into convex parts,
    distance between a mesh and a point, volume, area, and centroid. All
    algorithms are performed by the 'C++' library 'CGAL'
    (<https://www.cgal.org/>).
License: GPL-3
URL: https://github.com/stla/MeshesTools
BugReports: https://github.com/stla/MeshesTools/issues
Depends: R (>= 2.10)
Imports: data.table, gmp, PolygonSoup, Rcpp (>= 1.0.9), rgl, Rvcg
Suggests: randomcoloR, rmarchingcubes
LinkingTo: BH, Rcpp, RcppCGAL, RcppEigen
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
SystemRequirements: C++ 17, gmp, mpfr
NeedsCompilation: yes
Packaged: 2022-10-28 09:13:41 UTC; stla
Author: Stéphane Laurent [aut, cre]
Repository: CRAN
Date/Publication: 2022-10-29 08:52:42 UTC
