mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-10 11:32:15 +00:00
f2fea86f7ebc373259f03b802bed5b3b3cccb47c
Linestring going into the exterior of the second geometry and then going inside on the same point. In this case the exterior wasn't taken into account. Now in addition to the Point, seg_id is checked. The check should also be faster since integral segment ids are checked before Points. exit_watcher methods now take Turn instead of Point, seg_id and other_id. Also added some tests for non-simple A/A.
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%
