| 383 | //------------------------------------------------------------------------------ |
| 384 | |
| 385 | bool Orientation(const Path &poly) |
| 386 | { |
| 387 | return Area(poly) >= 0; |
| 388 | } |
| 389 | //------------------------------------------------------------------------------ |
| 390 | |
| 391 | double Area(const Path &poly) |
no test coverage detected