Barend Gehrels
Barend Gehrels
This PR * adds 143 algorithms * because this caused a duplicate in `perimeter` : it moves those two algorithms to their folder They all pass on my Mac. Do...
This makes CMake coverage complete for unit tests. The CMakeLists are generated automatically, and manually edited where indicated. There is one test added to the Jam suite as well, as...
Add distance strategies to documentation: * vincenty * andoyer * thomas It's not only distance, also azimuth, so it's kind of a new usage.
### Discussed in https://github.com/boostorg/geometry/discussions/1188 Originally posted by **fililili** August 21, 2023 ```cpp #include #include #include #include int main() { using polygon = boost::geometry::model::polygon; using multi_polygon = boost::geometry::model::multi_polygon; multi_polygon one, two;...