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