geometry icon indicating copy to clipboard operation
geometry copied to clipboard

Boost.Geometry - Generic Geometry Library | Requires C++14 since Boost 1.75

Results 229 geometry issues
Sort by recently updated
recently updated
newest added

The Boost convention is that `cmake --build .` only builds the libraries. Test libraries and executables are built with `cmake --build . --target tests`.

The following program takes its embedded WKT string, buffers it out by 9m, then back in my 9m. The geometry itself isn't particularly odd, its a circle-ish blob. Buffering the...

bug

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...

Using Boost: 1.84 C++ 17 I am attempting to go from a Point to a Polygon using a positive buffer value and then using the resulting Polygon to generate a...

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...

Fix covered_by incorrect results for polygons with multiple defined points as a pole. Resolves https://github.com/boostorg/geometry/issues/1279 (the special case arise as part of issue https://github.com/boostorg/geometry/issues/1161)

I am working with libboost (1.74) on Jetson AGX Orin now. - Before, I worked on Jetpack 5.x (CUDA 11.4, GCC 9.4.0) without any error. - After, I upgraded Jetpack...

Depending on if we set BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE, either difference or intersection fail for some of our test scenarios. The test case for difference: MULTIPOLYGON(((-2.0 -1.5, 2.0 -1.5, 2.0 1.5, -2.0 1.5)))...

bug

This PR removes most (if not all) deprecated code related to rescaling.

This PR: - creates github actions for cmake builds and tests (as discussed in https://github.com/boostorg/geometry/pull/1280#issuecomment-2104855981) - declares tests EXCLUDE_FROM_ALL (closes https://github.com/boostorg/geometry/issues/1282) - tests compilation with C++17 (with cmake is much...