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), Minkowski sum, 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/>).

Getting started

Package details

AuthorStéphane Laurent [aut, cre]
MaintainerStéphane Laurent <laurent_step@outlook.fr>
LicenseGPL-3
Version2.2.0
URL https://github.com/stla/cgalMeshes
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("cgalMeshes")

Try the cgalMeshes package in your browser

Any scripts or data that you put into this service are public.

cgalMeshes documentation built on July 9, 2023, 7:45 p.m.