MCPcopy Create free account
hub / github.com/OpenOrienteering/mapper / resetCoordinate

Function resetCoordinate

src/core/objects/boolean_tool.cpp:206–210  ·  view source on GitHub ↗

* Removes flags from the coordinate to be able to use it in the reconstruction. */

Source from the content-addressed store, hash-verified

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

Callers 2

rebuildSegmentFunction · 0.85
rebuildTwoIndexSegmentFunction · 0.85

Calls 1

setFlagsMethod · 0.80

Tested by

no test coverage detected