MCPcopy Create free account
hub / github.com/axmolengine/axmol / IsVerySmallTriangle

Function IsVerySmallTriangle

3rdparty/clipper2/src/clipper.engine.cpp:441–447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439 }
440
441 inline bool IsVerySmallTriangle(const OutPt& op)
442 {
443 return op.next->next == op.prev &&
444 (PtsReallyClose(op.prev->pt, op.next->pt) ||
445 PtsReallyClose(op.pt, op.next->pt) ||
446 PtsReallyClose(op.pt, op.prev->pt));
447 }
448
449 inline bool IsValidClosedPath(const OutPt* op)
450 {

Callers 3

IsValidClosedPathFunction · 0.85
BuildPath64Function · 0.85
BuildPathDFunction · 0.85

Calls 1

PtsReallyCloseFunction · 0.85

Tested by

no test coverage detected