Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
using Type = Result::Type;
15
16
Result Intersect(Line2D const & lhs, Line2D const & rhs)
17
{
18
return Intersect(lhs, rhs, kEps);
19
}
20
21
UNIT_TEST(LineIntersection_Smoke)
22
{
Callers
7
UNIT_TEST
Function · 0.70
UNIT_TEST
Function · 0.70
check_full_equal
Function · 0.70
check_inside
Function · 0.70
check_eps_boundaries
Function · 0.70
check_point_in_rect
Function · 0.70
UNIT_TEST
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected