Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ OnSegment
Function
OnSegment
libs/geometry/geometry_tests/robust_test.cpp:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
bool OnSegment(P const & p, P const ps[])
23
{
24
return IsPointOnSegment(p, ps[0], ps[1]);
25
}
26
27
bool InsideTriangle(P const & p, P const ps[])
28
{
Callers
1
UNIT_TEST
Function · 0.85
Calls
1
IsPointOnSegment
Function · 0.85
Tested by
no test coverage detected