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

Function SwapFrontBackSides

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

Source from the content-addressed store, hash-verified

458 }
459
460 inline void SwapFrontBackSides(OutRec& outrec)
461 {
462 Active* tmp = outrec.front_edge;
463 outrec.front_edge = outrec.back_edge;
464 outrec.back_edge = tmp;
465 outrec.pts = outrec.pts->next;
466 }
467
468 inline bool EdgesAdjacentInAEL(const IntersectNode& inode)
469 {

Callers 1

AddLocalMaxPolyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected