https://github.com/stla/boov
Boolean operations on volumes.
https://github.com/stla/boov
cgal mesh r rcpp
Last synced: 4 months ago
JSON representation
Boolean operations on volumes.
- Host: GitHub
- URL: https://github.com/stla/boov
- Owner: stla
- Created: 2022-10-20T11:27:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-04T10:47:45.000Z (about 3 years ago)
- Last Synced: 2025-04-14T14:35:18.478Z (9 months ago)
- Topics: cgal, mesh, r, rcpp
- Language: C++
- Homepage:
- Size: 54.7 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Boov
Boolean operations on volumes.
[](https://github.com/stla/Boov/actions/workflows/R-CMD-check.yaml)
[](https://github.com/stla/Boov/actions/workflows/R-CMD-check-valgrind.yaml)
#### Intersection


#### Difference

#### Union


## License
This package is provided under the GPL-3 license but it uses the C++ library
CGAL. If you wish to use CGAL for commercial purposes, you must obtain a
license from the [GeometryFactory](https://geometryfactory.com).
## Blog post
I wrote a
[blog post](https://laustep.github.io/stlahblog/posts/BooleanOpsOnMeshes.html)
devoted to Boolean operations on meshes (using **RCGAL**, an
[ancestor](https://laustep.github.io/stlahblog/posts/splittingRCGAL.html)
of **Boov**).