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

Function SetSides

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

Source from the content-addressed store, hash-verified

327
328
329 inline void SetSides(OutRec& outrec, Active& start_edge, Active& end_edge)
330 {
331 outrec.front_edge = &start_edge;
332 outrec.back_edge = &end_edge;
333 }
334
335
336 void SwapOutrecs(Active& e1, Active& e2)

Callers 2

AddLocalMinPolyMethod · 0.85
IntersectEdgesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected