MCPcopy 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
22bool OnSegment(P const & p, P const ps[])
23{
24 return IsPointOnSegment(p, ps[0], ps[1]);
25}
26
27bool InsideTriangle(P const & p, P const ps[])
28{

Callers 1

UNIT_TESTFunction · 0.85

Calls 1

IsPointOnSegmentFunction · 0.85

Tested by

no test coverage detected