mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-02 21:02:13 +00:00
a7fee32a7e27b7916a11f7539e250507b2faaa6b
- Move relate() to geometry namespace and change its purpose slightly - always require a mask and check a relation. - Implement relation() function returning a matrix (previously relate() did it). - Move/rename matrix9, mask9 and static_mask to de9im::matrix, de9im::mask and de9im::static_mask respectively. - Implement logical ORing of static masks with operator|| - Remove or comment-out unneeded code (e.g. comment out the unused de9im struct defined in overlay)
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%
