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

Function UNIT_TEST

libs/geometry/geometry_tests/intersect_test.cpp:121–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121UNIT_TEST(IntersectRect_Section)
122{
123 m2::RectD r(-1, -1, 2, 2);
124 check_intersect_boundaries(r);
125 check_intersect_diagonal(r);
126 check_sides(r);
127 check_eps_boundaries(r);
128}
129
130namespace
131{

Callers

nothing calls this directly

Calls 9

check_intersect_diagonalFunction · 0.85
check_sidesFunction · 0.85
check_eps_boundariesFunction · 0.85
check_point_in_rectFunction · 0.85
get_pointFunction · 0.85
check_insideFunction · 0.85
TESTFunction · 0.85
IntersectFunction · 0.70

Tested by

no test coverage detected