Commit Graph

7 Commits

Author SHA1 Message Date
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