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

Function UncoupleOutRec

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

Source from the content-addressed store, hash-verified

423 }
424
425 inline void UncoupleOutRec(Active ae)
426 {
427 OutRec* outrec = ae.outrec;
428 if (!outrec) return;
429 outrec->front_edge->outrec = nullptr;
430 outrec->back_edge->outrec = nullptr;
431 outrec->front_edge = nullptr;
432 outrec->back_edge = nullptr;
433 }
434
435
436 inline bool PtsReallyClose(const Point64& pt1, const Point64& pt2)

Callers 1

AddLocalMaxPolyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected