-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
47 lines (47 loc) · 1.43 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Type: Package
Package: cgalMeshes
Title: R6 Based Utilities for 3D Meshes using 'CGAL'
Version: 2.4.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, 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 three algorithms for surface reconstruction from a cloud
of points: advanced front surface, scale-space surface, and alpha
wrapping. Meshes are represented by R6 classes. All algorithms are
performed by the 'C++' library 'CGAL' (<https://www.cgal.org/>).
License: GPL-3
URL: https://github.com/stla/cgalMeshes
BugReports: https://github.com/stla/cgalMeshes/issues
Depends:
R (>= 2.10)
Imports:
data.table,
grDevices,
methods,
onion,
R6,
Rcpp (>= 1.0.9),
rgl,
tools
Suggests:
colorspace,
dfdr,
randomcoloR,
rmarchingcubes,
viridisLite
LinkingTo:
BH,
Rcpp,
RcppCGAL,
RcppColors,
RcppEigen
Encoding: UTF-8
LazyData: TRUE
RoxygenNote: 7.3.1
SystemRequirements: C++ 17, gmp, mpfr