Barend Gehrels
dbdac62f34
[test] complete cmake coverage
2024-08-09 16:31:22 +03:00
Vissarion Fisikopoulos
38051ad095
Remove deprecated rescaling code
2024-05-29 15:29:03 +03:00
Adam Wulkiewicz
3402c9101d
Replace boost::tuple with std::tuple or custom classes.
...
Modernize tuple support.
2020-10-21 16:21:06 +02:00
Barend Gehrels
28eb87b402
[intersection] remove segment_ratio_type in most of the cases,
...
and where they are still used, its definition is changed making use
of the tags now available, and moving it to detail. It is to be
deprecated
2019-08-21 17:15:12 +02:00
Adam Wulkiewicz
d77d3af272
[test][strategies] Add test for short sph and geo collinear segments.
2018-04-12 16:14:15 +02:00
Adam Wulkiewicz
be844d54e5
[test] Add missing variable.
2017-03-02 19:25:48 +01:00
Adam Wulkiewicz
40cb0f9490
Merge branch 'develop' into feature/geo_intersection2
...
Conflicts:
include/boost/geometry/algorithms/detail/azimuth.hpp
include/boost/geometry/formulas/spherical.hpp
include/boost/geometry/strategies/spherical/intersection.hpp
include/boost/geometry/strategies/strategies.hpp
test/strategies/segment_intersection_sph.cpp
Also modify the interface of relate_geodesic_segments intersection
strategy - take Policy by apply() function argument.
2017-02-07 23:21:26 +01:00
Adam Wulkiewicz
726541fed8
[test][strategies] Update the test cases for geodesic intersection strategy after robustness upgrades.
2016-12-11 01:46:12 +01:00
Adam Wulkiewicz
ad1df7325c
[test][strategies] Update the tests of geographic intersection strategies.
2016-12-06 00:25:42 +01:00
Adam Wulkiewicz
ca13a924c7
[test][strategies] Add test for geographic intersection strategies.
...
Reuse large portion of spherical intersection strategy test so move the
common code into separate file.
2016-08-24 17:48:18 +02:00