mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-10 11:32:15 +00:00
447fd7edd2d94872bf3de63610ccb25d8914b205
This fixes the last case rt_p20 Check if the occupation vectors are short (length 1). This indicates a rounding issue. If so, map again but use neighbouring cells. Alas we have to do this, but still better than the former FP implementation. Also, we map only points on offsetted borders now, and return if the map is empty, to improve performance.
Boost.Geometry, part of collection of the Boost C++ Libraries, defines concepts, primitives and algorithms for solving geometry problems.
Directories
- doc - QuickBook documentation sources
- examples - Boost.Geometry examples
- extensions - examples and tests for the extensions - develop branch
- include - the sourcecode of Boost.Geometry
- index - examples and tests for the Spatial Index
- test - Boost.Geometry unit tests
More information
Description
Languages
C++
99.7%
CMake
0.3%
