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:

Reference manual: cgalMeshes.pdf

Downloads:

Package source: cgalMeshes_2.1.0.tar.gz
Windows binaries: r-devel: cgalMeshes_2.1.0.zip, r-release: cgalMeshes_2.1.0.zip, r-oldrel: cgalMeshes_2.1.0.zip
macOS binaries: r-release (arm64): cgalMeshes_2.1.0.tgz, r-oldrel (arm64): cgalMeshes_2.1.0.tgz, r-release (x86_64): cgalMeshes_2.1.0.tgz, r-oldrel (x86_64): cgalMeshes_1.0.0.tgz
Old sources: cgalMeshes archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=cgalMeshes to link to this page.