* Removes flags from the coordinate to be able to use it in the reconstruction. */
| 204 | * Removes flags from the coordinate to be able to use it in the reconstruction. |
| 205 | */ |
| 206 | static MapCoord resetCoordinate(MapCoord in) |
| 207 | { |
| 208 | in.setFlags(0); |
| 209 | return in; |
| 210 | } |
| 211 | |
| 212 | /** |
| 213 | * Compares a MapCoord and ClipperLib::IntPoint. |
no test coverage detected