| 2789 | //------------------------------------------------------------------------------ |
| 2790 | |
| 2791 | bool IntersectListSort(IntersectNode *node1, IntersectNode *node2) { |
| 2792 | return node2->Pt.Y < node1->Pt.Y; |
| 2793 | } |
| 2794 | //------------------------------------------------------------------------------ |
| 2795 | |
| 2796 | inline bool EdgesAdjacent(const IntersectNode &inode) { |
nothing calls this directly
no outgoing calls
no test coverage detected