MCPcopy 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

MatchMethod · 0.45
IsEqualFunction · 0.45
check_eps_boundariesFunction · 0.45
MatchPOIsWithStreetsMethod · 0.45
ForEachFeatureAtPointFunction · 0.45
SelectMethod · 0.45
SetModelViewMethod · 0.45
GetExtendedPixelRectMethod · 0.45
overlay_handle.cppFile · 0.45
UpdateViewportMethod · 0.45
RunTestFunction · 0.45

Calls

no outgoing calls

Tested by 2

check_eps_boundariesFunction · 0.36
RunTestFunction · 0.36