---------------------------------------------------------get_orientation
| 539 | |
| 540 | //---------------------------------------------------------get_orientation |
| 541 | inline unsigned get_orientation(unsigned c) |
| 542 | { |
| 543 | return c & (path_flags_cw | path_flags_ccw); |
| 544 | } |
| 545 | |
| 546 | //---------------------------------------------------------set_orientation |
| 547 | inline unsigned set_orientation(unsigned c, unsigned o) |
no outgoing calls
no test coverage detected