Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ForEachEx
Method · 0.45
ForEachInRectEx
Method · 0.45
TestContains
Function · 0.45
UNIT_TEST
Function · 0.45
UNIT_TEST
Function · 0.45
Calls
no outgoing calls
Tested by
3
TestContains
Function · 0.36
UNIT_TEST
Function · 0.36
UNIT_TEST
Function · 0.36