This website requires JavaScript.
Explore
Help
Sign In
boost_mirror
/
geometry
Watch
1
Star
0
Fork
0
You've already forked geometry
mirror of
https://github.com/boostorg/geometry.git
synced
2025-05-11 13:34:10 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
geometry
/
test
/
algorithms
/
overlay
History
Barend Gehrels
da927a0905
[geometry] added robustness test for ticket 9081
...
[SVN r86237]
2013-10-11 20:39:28 +00:00
..
robustness
[geometry] added robustness test for ticket 9081
2013-10-11 20:39:28 +00:00
assemble.cpp
[geometry] Moved SVG from extensions to main tree, to release it
2013-05-11 12:27:43 +00:00
ccw_traverse.cpp
[geometry] Moved SVG from extensions to main tree, to release it
2013-05-11 12:27:43 +00:00
dissolver.cpp
[geometry] Moved SVG from extensions to main tree, to release it
2013-05-11 12:27:43 +00:00
enrich_intersection_points.cpp
[geometry] Moved SVG from extensions to main tree, to release it
2013-05-11 12:27:43 +00:00
get_turn_info.cpp
[geometry] Major bugfix: intersection problem(s) caused by robustness, reported in ticket 9081. Causes were inconsistent side information by floating point precision. We now switch to integer for a specific region (6 points) to have the side information consistent. This removes many separate robustness checks previously done in cart_intersect, which is now more simple and ~200 lines shorter. And it removes also some robustness checks in get_turn_info (probably more were actually needed by old approach). It also uses this system in handle_tangencies and enrich_intersection_points.
2013-09-24 14:18:13 +00:00
get_turn_info.xls
Added libs/geometry/test folder with many tests
2010-02-20 15:03:37 +00:00
get_turns.cpp
[geometry] Major bugfix: intersection problem(s) caused by robustness, reported in ticket 9081. Causes were inconsistent side information by floating point precision. We now switch to integer for a specific region (6 points) to have the side information consistent. This removes many separate robustness checks previously done in cart_intersect, which is now more simple and ~200 lines shorter. And it removes also some robustness checks in get_turn_info (probably more were actually needed by old approach). It also uses this system in handle_tangencies and enrich_intersection_points.
2013-09-24 14:18:13 +00:00
Jamfile.v2
Uncommented skipped tests which are running now correctly
2012-01-12 19:09:44 +00:00
overlay_cases.hpp
[geometry] Major bugfix: intersection problem(s) caused by robustness, reported in ticket 9081. Causes were inconsistent side information by floating point precision. We now switch to integer for a specific region (6 points) to have the side information consistent. This removes many separate robustness checks previously done in cart_intersect, which is now more simple and ~200 lines shorter. And it removes also some robustness checks in get_turn_info (probably more were actually needed by old approach). It also uses this system in handle_tangencies and enrich_intersection_points.
2013-09-24 14:18:13 +00:00
overlay_common.hpp
[geometry] Moved SVG from extensions to main tree, to release it
2013-05-11 12:27:43 +00:00
relative_order.cpp
[geometry] Moved SVG from extensions to main tree, to release it
2013-05-11 12:27:43 +00:00
select_rings.cpp
Boost.Geometry update copyright -> 2012
2012-01-09 21:56:08 +00:00
self_intersection_points.cpp
[geometry] Moved SVG from extensions to main tree, to release it
2013-05-11 12:27:43 +00:00
split_rings.cpp
[geometry] Moved SVG from extensions to main tree, to release it
2013-05-11 12:27:43 +00:00
traverse_gmp.cpp
[geometry] Moved SVG from extensions to main tree, to release it
2013-05-11 12:27:43 +00:00
traverse.cpp
[geometry] Major bugfix: intersection problem(s) caused by robustness, reported in ticket 9081. Causes were inconsistent side information by floating point precision. We now switch to integer for a specific region (6 points) to have the side information consistent. This removes many separate robustness checks previously done in cart_intersect, which is now more simple and ~200 lines shorter. And it removes also some robustness checks in get_turn_info (probably more were actually needed by old approach). It also uses this system in handle_tangencies and enrich_intersection_points.
2013-09-24 14:18:13 +00:00