[tests] Tests for areal-box geo distance

This commit is contained in:
Vissarion Fysikopoulos
2018-05-21 17:06:23 +03:00
parent d91259b4e1
commit 1646a67df6
4 changed files with 357 additions and 195 deletions

View File

@@ -101,6 +101,20 @@ struct distance
{};
template <typename Areal, typename Box, typename Strategy>
struct distance
<
Areal, Box, Strategy,
areal_tag, box_tag,
strategy_tag_distance_segment_box, false
>
: detail::distance::linear_to_box
<
Areal, Box, Strategy
>
{};
} // namespace dispatch
#endif // DOXYGEN_NO_DISPATCH