| 1442 | //------------------------------------------------------------------------------ |
| 1443 | |
| 1444 | bool IsIntermediate(TEdge *e, const long64 Y) |
| 1445 | { |
| 1446 | return e->ytop == Y && e->nextInLML; |
| 1447 | } |
| 1448 | //------------------------------------------------------------------------------ |
| 1449 | |
| 1450 | TEdge *GetMaximaPair(TEdge *e) |
no outgoing calls
no test coverage detected