------------------------------------------------------------------is_ccw
| 433 | |
| 434 | //------------------------------------------------------------------is_ccw |
| 435 | inline bool is_ccw(unsigned c) |
| 436 | { |
| 437 | return (c & path_flags_ccw) != 0; |
| 438 | } |
| 439 | |
| 440 | //-------------------------------------------------------------is_oriented |
| 441 | inline bool is_oriented(unsigned c) |