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