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

Method LeftTop

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

Source from the content-addressed store, hash-verified

117 }
118
119 Point<T> LeftTop() const { return Point<T>(m_minX, m_maxY); }
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); }

Callers 15

MakePolyFunction · 0.80
AlmostEqualAbsFunction · 0.80
ClipTriangleByRectFunction · 0.80
GtoPMethod · 0.80
PtoGMethod · 0.80
AreaOnEarthFunction · 0.80
UNIT_TESTFunction · 0.80
get_pointFunction · 0.80
FillLocalitiesTableMethod · 0.80
FilterMethod · 0.80
IsIntersectedByRegionMethod · 0.80

Calls

no outgoing calls

Tested by 5

MakePolyFunction · 0.64
UNIT_TESTFunction · 0.64
get_pointFunction · 0.64
operator()Method · 0.64
CheckNavigatorFunction · 0.64