---------------------------------------------------------get_orientation
| 463 | |
| 464 | //---------------------------------------------------------get_orientation |
| 465 | inline unsigned get_orientation(unsigned c) |
| 466 | { |
| 467 | return c & (path_flags_cw | path_flags_ccw); |
| 468 | } |
| 469 | |
| 470 | //---------------------------------------------------------set_orientation |
| 471 | inline unsigned set_orientation(unsigned c, unsigned o) |
no outgoing calls
no test coverage detected