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

Method RightBottom

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

Source from the content-addressed store, hash-verified

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); }
123
124 template <typename Fn>

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
FilterMethod · 0.80
IsIntersectedByRegionMethod · 0.80
IsCloseEnoughMethod · 0.80

Calls

no outgoing calls

Tested by 4

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