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

Function Intersect

libs/geometry/geometry_tests/line2d_tests.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14using Type = Result::Type;
15
16Result Intersect(Line2D const & lhs, Line2D const & rhs)
17{
18 return Intersect(lhs, rhs, kEps);
19}
20
21UNIT_TEST(LineIntersection_Smoke)
22{

Callers 7

UNIT_TESTFunction · 0.70
UNIT_TESTFunction · 0.70
check_full_equalFunction · 0.70
check_insideFunction · 0.70
check_eps_boundariesFunction · 0.70
check_point_in_rectFunction · 0.70
UNIT_TESTFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected