MCPcopy Create free account
hub / github.com/comaps/comaps / IsEqualMercator

Function IsEqualMercator

libs/search/geometry_utils.cpp:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12bool IsEqualMercator(m2::RectD const & r1, m2::RectD const & r2, double eps)
13{
14 return m2::IsEqual(r1, r2, eps, eps);
15}
16} // namespace search

Callers 3

GetMethod · 0.85
SetViewportMethod · 0.85
QueryMayBeSkippedMethod · 0.85

Calls 1

IsEqualFunction · 0.50

Tested by

no test coverage detected