-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
32 lines (32 loc) · 909 Bytes
/
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
Type: Package
Package: MinkowskiSum
Title: Minkowski Addition Between 3D Meshes
Version: 1.0.0.9000
Authors@R:
person("Stéphane", "Laurent", , "laurent_step@outlook.fr", role = c("aut", "cre"))
Maintainer: Stéphane Laurent <laurent_step@outlook.fr>
Description: Computes the Minkowski sum of two 3D meshes, resulting in a
new 3D mesh. The Minkowski addition has applications in mathematical
morphology and 3D computer graphics. The computations are performed by
the 'C++' library 'CGAL' (<https://www.cgal.org/>).
License: GPL-3
URL: https://github.com/stla/MinkowskiSum
BugReports: https://github.com/stla/MinkowskiSum/issues
Depends:
R (>= 2.10)
Imports:
data.table,
gmp,
PolygonSoup,
Rcpp (>= 1.0.9)
Suggests:
rgl
LinkingTo:
BH,
Rcpp,
RcppCGAL,
RcppEigen
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
SystemRequirements: C++ 17, gmp, mpfr