| 103 | } |
| 104 | |
| 105 | inline bool IsInvalidPath(OutPt* op) |
| 106 | { |
| 107 | return (!op || op->next == op); |
| 108 | } |
| 109 | |
| 110 | /******************************************************************************* |
| 111 | * Dx: 0(90deg) * |
nothing calls this directly
no outgoing calls
no test coverage detected