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

Function equalXY

test/path_object_t.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60namespace {
61
62bool equalXY(MapCoord const& lhs, MapCoord const& rhs) {
63 return lhs.nativeX() == rhs.nativeX()
64 && lhs.nativeY() == rhs.nativeY();
65}
66
67PathObject::Intersections calculateIntersections(const PathObject& path1, const PathObject& path2)
68{

Callers 1

removeFromLineTestMethod · 0.85

Calls 2

nativeXMethod · 0.80
nativeYMethod · 0.80

Tested by

no test coverage detected