cgalMeshes: R6 Based Utilities for 3D Meshes using 'CGAL'
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, Hausdorff distance between two
meshes, triangulation, geodesic distance, Boolean operations
(intersection, union, difference), connected components, subdivision
algorithms, random sampling on a mesh, volume, area, and centroid.
Also provides two algorithms for surface reconstruction from a cloud
of points. Meshes are represented by R6 classes. All algorithms are
performed by the 'C++' library 'CGAL' (<https://www.cgal.org/>).
Version: |
2.1.0 |
Depends: |
R (≥ 2.10) |
Imports: |
data.table, grDevices, methods, onion, R6, Rcpp (≥ 1.0.9), rgl, tools, utils |
LinkingTo: |
BH, Rcpp, RcppCGAL, RcppColors, RcppEigen |
Suggests: |
randomcoloR, rmarchingcubes, spray, viridisLite |
Published: |
2023-05-18 |
Author: |
Stéphane Laurent [aut, cre] |
Maintainer: |
Stéphane Laurent <laurent_step at outlook.fr> |
BugReports: |
https://github.com/stla/cgalMeshes/issues |
License: |
GPL-3 |
URL: |
https://github.com/stla/cgalMeshes |
NeedsCompilation: |
yes |
SystemRequirements: |
C++ 17, gmp, mpfr |
Materials: |
README NEWS |
CRAN checks: |
cgalMeshes results |
Documentation:
Downloads:
Linking:
Please use the canonical form
https://CRAN.R-project.org/package=cgalMeshes
to link to this page.