Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Inflate
Method
Inflate
libs/geometry/rect2d.hpp:231–237 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
229
}
230
231
void Inflate(T dx, T dy)
232
{
233
m_minX -= dx;
234
m_maxX += dx;
235
m_minY -= dy;
236
m_maxY += dy;
237
}
238
239
bool Intersect(m2::Rect<T> const & r)
240
{
Callers
15
Match
Method · 0.45
IsEqual
Function · 0.45
check_eps_boundaries
Function · 0.45
MatchPOIsWithStreets
Method · 0.45
ForEachFeatureAtPoint
Function · 0.45
Select
Method · 0.45
SetModelView
Method · 0.45
GetExtendedPixelRect
Method · 0.45
overlay_handle.cpp
File · 0.45
CollectFeaturesAlongRoute
Method · 0.45
UpdateViewport
Method · 0.45
RunTest
Function · 0.45
Calls
no outgoing calls
Tested by
2
check_eps_boundaries
Function · 0.36
RunTest
Function · 0.36