| 2602 | //------------------------------------------------------------------------------ |
| 2603 | |
| 2604 | TEdge* GetNextInAEL(TEdge *e, Direction dir) |
| 2605 | { |
| 2606 | return dir == dLeftToRight ? e->NextInAEL : e->PrevInAEL; |
| 2607 | } |
| 2608 | //------------------------------------------------------------------------------ |
| 2609 | |
| 2610 | void GetHorzDirection(TEdge& HorzEdge, Direction& Dir, cInt& Left, cInt& Right) |