Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenOrienteering/mapper
/ isRegular
Method
isRegular
src/core/map_coord.cpp:196–202 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
194
}
195
196
bool MapCoord::isRegular() const
197
{
198
return (xp > 2 * min_coord
199
&& xp < 2 * max_coord
200
&& yp > 2 * min_coord
201
&& yp < 2 * max_coord );
202
}
203
204
MapCoord MapCoord::fromNative64(qint64 x64, qint64 y64)
205
{
Callers
1
load
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected