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

Function IsValidClosedPath

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

Source from the content-addressed store, hash-verified

447 }
448
449 inline bool IsValidClosedPath(const OutPt* op)
450 {
451 return op && (op->next != op) && (op->next != op->prev) &&
452 !IsVerySmallTriangle(*op);
453 }
454
455 inline bool OutrecIsAscending(const Active* hotEdge)
456 {

Callers 1

CleanCollinearMethod · 0.85

Calls 1

IsVerySmallTriangleFunction · 0.85

Tested by

no test coverage detected