forked from district10/geobuf-cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eb6cf7f
commit dc451f8
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule headers
updated
12 files
+1 −1 | .github/workflows/wheels.yml | |
+1 −1 | build.py | |
+35 −29 | include/cubao/polyline_in_polygon.hpp | |
+42 −0 | include/cubao/polyline_ruler.hpp | |
+72 −36 | include/cubao/pybind11_cheap_ruler.hpp | |
+40 −20 | include/cubao/pybind11_crs_transform.hpp | |
+190 −46 | include/cubao/pybind11_fast_crossing.hpp | |
+62 −20 | include/cubao/pybind11_flatbush.hpp | |
+390 −0 | include/cubao/pybind11_naive_svg.hpp | |
+74 −27 | include/cubao/pybind11_nanoflann_kdtree.hpp | |
+131 −63 | include/cubao/pybind11_polyline_ruler.hpp | |
+142 −83 | include/cubao/pybind11_quiver.hpp |