https://github.com/mapbox/wagyu
A general library for geometry operations of union, intersections, difference, and xor
https://github.com/mapbox/wagyu
clipping computational-geometry difference geometry intersection union xor
Last synced: 3 months ago
JSON representation
A general library for geometry operations of union, intersections, difference, and xor
- Host: GitHub
- URL: https://github.com/mapbox/wagyu
- Owner: mapbox
- License: other
- Created: 2016-05-11T18:10:02.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-19T10:31:38.000Z (over 1 year ago)
- Last Synced: 2024-10-26T23:11:34.856Z (7 months ago)
- Topics: clipping, computational-geometry, difference, geometry, intersection, union, xor
- Language: C++
- Homepage:
- Size: 2.63 MB
- Stars: 165
- Watchers: 125
- Forks: 33
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## Wagyu Geometry Processing Library
[](https://travis-ci.com/mapbox/wagyu)
[](https://codecov.io/gh/mapbox/wagyu)
[](https://github.com/mapbox/hpp-skel)Wagyu is a general library for the following basic geometric operations:
* Union
* Intersection
* Difference
* XORThe output geometry from each of these operations is guaranteed to be [valid and simple as per the OGC](http://postgis.net/docs/using_postgis_dbmanagement.html#OGC_Validity).
## Documentation
Documentation of any library is critical to its existance and it really takes a community of effort. All of the documentation for the library is [included with the library](https://github.com/mapbox/wagyu/blob/master/docs/README.md). The Wagyu project loves pull requests so please feel free to contribute at any point in time to the `docs/` directory in any way you see fit! If you see a problem in documentation, at least please make an issue in the github repository.