Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
bool 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
Get
Method · 0.85
SetViewport
Method · 0.85
QueryMayBeSkipped
Method · 0.85
Calls
1
IsEqual
Function · 0.50
Tested by
no test coverage detected