| 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 | { |