mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-09 11:12:21 +00:00
23addc2c06308430ce915d6607bfa796fc5e9792
distance when the point's longitude does not belong to the longitude range of the box: instead of computing the distances to both meridian segments of the box, determine which one among the two box segments the point is closest to, and compute the distance of the point to the closest segment found
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%
