Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GetLimitRect
Function
GetLimitRect
generator/generator_tests/cluster_finder_tests.cpp:49–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
size_t NamedPoint::m_counter = 0;
48
49
m2::RectD GetLimitRect(NamedPoint const & p)
50
{
51
return m2::RectD(p.m_point, p.m_point);
52
}
53
54
bool operator==(NamedPoint const & left, NamedPoint const & right)
55
{
Callers
1
ParseAll
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected