MCPcopy Create free account
hub / github.com/comaps/comaps / LeftBottom

Method LeftBottom

libs/geometry/rect2d.hpp:122–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 Point<T> RightTop() const { return Point<T>(m_maxX, m_maxY); }
121 Point<T> RightBottom() const { return Point<T>(m_maxX, m_minY); }
122 Point<T> LeftBottom() const { return Point<T>(m_minX, m_minY); }
123
124 template <typename Fn>
125 void ForEachCorner(Fn && fn) const

Callers 15

MercatorRectToTilesRangeFunction · 0.80
MakeBoxFunction · 0.80
MakePolyFunction · 0.80
SetMinZoomMethod · 0.80
ClipTriangleByRectFunction · 0.80
AreaOnEarthFunction · 0.80
UNIT_TESTFunction · 0.80
UNIT_TESTFunction · 0.80
get_pointFunction · 0.80
FillLocalitiesTableMethod · 0.80

Calls

no outgoing calls

Tested by 5

MakePolyFunction · 0.64
UNIT_TESTFunction · 0.64
UNIT_TESTFunction · 0.64
get_pointFunction · 0.64
CheckNavigatorFunction · 0.64