Adam Wulkiewicz b6c6ede9f5 [index][rtree] Fix rstar's choose_next_node (wrong children analyzed and more).
- Use correct indexes of first n children with smallest content. This
  fixes the case of choosing by nearly minimum overlap cost.
- Replace tuple with struct with meaningful members to increase
  readability.
- Create container for contents with ctor instead of resize(). This is
  also a workaround for the msvc-10..12 container::vector issue
  (https://github.com/boostorg/container/issues/112).
2019-03-29 05:11:01 +01:00
2019-03-15 14:46:20 +02:00
2017-12-30 11:33:04 +01:00
2014-07-21 04:15:15 +02:00
2019-03-28 14:08:19 +01:00
2011-09-26 16:11:47 +00:00
2014-06-16 21:32:34 +02:00

Boost.Geometry

Boost.Geometry, part of collection of the Boost C++ Libraries, defines concepts, primitives and algorithms for solving geometry problems.

Licence Documentation Wiki Mailing List Chat

Test results

@ Build Coverage Regression
master status status geometry index
develop status status geometry index extensions

Directories

  • doc - QuickBook documentation sources
  • example - 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
  • meta - library metadata
  • test - Boost.Geometry unit tests
Description
Mirrored via gitea-mirror
Readme 61 MiB
Languages
C++ 99.7%
CMake 0.3%