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

Method GetRect

libs/geometry/tree4d.hpp:56–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 double operator[](size_t i) const { return m_pts[i]; }
55
56 m2::RectD GetRect() const { return m2::RectD(m_pts[0], m_pts[1], m_pts[2], m_pts[3]); }
57
58 T m_val;
59 double m_pts[4];

Callers 5

ForEachExMethod · 0.45
ForEachInRectExMethod · 0.45
TestContainsFunction · 0.45
UNIT_TESTFunction · 0.45
UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by 3

TestContainsFunction · 0.36
UNIT_TESTFunction · 0.36
UNIT_TESTFunction · 0.36