Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Offset
Method
Offset
libs/geometry/rect2d.hpp:103–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
void Offset(m2::Point<T> const & p)
104
{
105
m_minX += p.x;
106
m_minY += p.y;
107
m_maxX += p.x;
108
m_maxY += p.y;
109
}
110
111
void Offset(T const & dx, T const & dy)
112
{
Callers
8
GetPixelRectPerspective
Method · 0.45
GetPixelRect
Method · 0.45
UploadResources
Method · 0.45
ShrinkInto
Function · 0.45
ShrinkAndScaleInto
Function · 0.45
GetPixelRect
Method · 0.45
GetPixelShape
Method · 0.45
GetPixelRect
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected