| 576 | //------------------------------------------------------------------------------ |
| 577 | |
| 578 | inline bool IsHorizontal(TEdge &e) |
| 579 | { |
| 580 | return e.Dx == HORIZONTAL; |
| 581 | } |
| 582 | //------------------------------------------------------------------------------ |
| 583 | |
| 584 | inline double GetDx(const IntPoint pt1, const IntPoint pt2) |
no outgoing calls
no test coverage detected