MCPcopy 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

GetPixelRectMethod · 0.45
UploadResourcesMethod · 0.45
ShrinkIntoFunction · 0.45
ShrinkAndScaleIntoFunction · 0.45
GetPixelRectMethod · 0.45
GetPixelShapeMethod · 0.45
GetPixelRectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected