MCPcopy Create free account
hub / github.com/comaps/comaps / check_intersect_boundaries

Function check_intersect_boundaries

libs/geometry/geometry_tests/intersect_test.cpp:72–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void check_intersect_boundaries(m2::RectD const & r)
73{
74 for (int i = 0; i < 4; ++i)
75 {
76 check_full_equal(r, get_point(r, i), get_point(r, i + 1), strict_equal());
77 check_inside(r, get_point(r, i), get_point(r, i + 1));
78 }
79}
80
81void check_intersect_diagonal(m2::RectD const & r)
82{

Callers 1

UNIT_TESTFunction · 0.85

Calls 4

check_full_equalFunction · 0.85
get_pointFunction · 0.85
strict_equalClass · 0.85
check_insideFunction · 0.85

Tested by

no test coverage detected