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

Function GetLastOp

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

Source from the content-addressed store, hash-verified

2494 }
2495
2496 inline OutPt* GetLastOp(const Active& hot_edge)
2497 {
2498 OutRec* outrec = hot_edge.outrec;
2499 OutPt* result = outrec->pts;
2500 if (&hot_edge != outrec->front_edge)
2501 result = result->next;
2502 return result;
2503 }
2504
2505 void ClipperBase::AddTrialHorzJoin(OutPt* op)
2506 {

Callers 1

DoHorizontalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected