MCPcopy 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
27bool InsideTriangle(P const & p, P const ps[])
28{
29 return IsPointInsideTriangle(p, ps[0], ps[1], ps[2]);
30}
31
32UNIT_TEST(OrientedS_Smoke)
33{

Callers 1

UNIT_TESTFunction · 0.85

Calls 1

IsPointInsideTriangleFunction · 0.85

Tested by

no test coverage detected