spatial-algorithms
spatial-algorithms copied to clipboard
Integrate Wagyu
Wagyu would be very useful to integrate into our current spatial algorithms library. It can potentially provide a variety of different algorithms for use with polygons. In cases where we do not use polygons, we should probably fall back to the Boost Geometry Algorithms. To achieve this we would need to:
- [ ] Develop auto scaling technique for use of
doubleswith Wagyu (optional) - [ ] Create Union API
- [ ] Create Intersection API
- [ ] Create Difference API
- [ ] Create XOR API