MCPcopy Create free account
hub / github.com/AngusJohnson/Clipper2 / SwapSides

Function SwapSides

CPP/Clipper2Lib/src/clipper.engine.cpp:404–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402 }
403
404 inline void SwapSides(OutRec& outrec)
405 {
406 Active* e2 = outrec.front_edge;
407 outrec.front_edge = outrec.back_edge;
408 outrec.back_edge = e2;
409 outrec.pts = outrec.pts->next;
410 }
411
412 inline OutRec* GetRealOutRec(OutRec* outrec)
413 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected