This website requires JavaScript.
Explore
Help
Sign In
boost
/
geometry
Watch
2
Star
0
Fork
0
You've already forked geometry
mirror of
https://github.com/boostorg/geometry.git
synced
2026-02-20 02:42:10 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
fe260449651b4c7cead18eec32b3500032689a5e
geometry
/
include
/
boost
/
geometry
History
Adam Wulkiewicz
11d4f2294b
rtree: added missing returns
...
[SVN r83671]
2013-03-31 20:23:52 +00:00
..
algorithms
[geometry] Fix ticket 7462, degenerate union for float. This was caused by two distances being wrong (by floating point precision). We now use earlier the alternative sort method (sorting on left/right), using relaxed_epsilon. This fixes the cause.
2013-03-17 21:26:01 +00:00
arithmetic
Manually reversed move of cross_product.hpp from extensions and renamal of stream_wkt to iomanip (because it is in /wkt/ we now call it stream.hpp)
2012-02-06 18:41:46 +00:00
core
[geometry] Breaking change (for some situations). Changed custom-pointer-types w.r.t. typetraits. This is based on ideas on the mailing list, Bruno, Mats and me
2012-07-08 20:15:06 +00:00
extensions
[geometry] reorganized buffer strategies
2013-03-03 12:28:16 +00:00
geometries
[geometry] Made concept-checks variant aware. For now the underlying types are skipped. So a specialization for variants is made, being empty. This also solves two omissions: checks for Ring and Segment. Besides that, it now derives from not-inherited. This was earlier not the case (i.e. concepts were not checked, if type was not found). The commit makes it also consistent with the new system (template parameters auto-derived if possible)
2013-01-13 17:34:50 +00:00
index
rtree: added missing returns
2013-03-31 20:23:52 +00:00
io
Made wkt write variant-aware.
2013-01-13 17:25:15 +00:00
iterators
[geometry] fix of several robustness issues in cart_intersect and get_turn_info found by testing buffer algorithm. Also restructured cart_intersect such that all robustness issues are handled in separate methods (could be policy later). Finally fixed ever circling iterator with range (for assignment)
2012-04-15 11:44:15 +00:00
multi
[geometry] Made concept-checks variant aware. For now the underlying types are skipped. So a specialization for variants is made, being empty. This also solves two omissions: checks for Ring and Segment. Besides that, it now derives from not-inherited. This was earlier not the case (i.e. concepts were not checked, if type was not found). The commit makes it also consistent with the new system (template parameters auto-derived if possible)
2013-01-13 17:34:50 +00:00
policies
[geometry] Fixed several robustness issues: non-valid polygons/rings are not added anymore;
2012-03-10 19:11:17 +00:00
strategies
[geometry] fix in variable names
2012-12-14 21:19:49 +00:00
util
[geometry] fixed issue (found myself with testcase #buffer_mp1) where two specific circle-like polygons were not overlayed correctly. This was caused by sections not containing all points. We now make the section boxes a little smaller, such that they are not disjoint (10 * epsilon). This margin is a little fuzzy, but that is not harmful, they only influence might be some more comparisons. But that is intentional, we missed now one.
2013-03-17 16:26:34 +00:00
views
Fix for non-msvc
2012-01-14 22:59:53 +00:00
geometry.hpp
[geometry] added touches to general header
2012-05-28 12:40:26 +00:00