MCPcopy 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

47size_t NamedPoint::m_counter = 0;
48
49m2::RectD GetLimitRect(NamedPoint const & p)
50{
51 return m2::RectD(p.m_point, p.m_point);
52}
53
54bool operator==(NamedPoint const & left, NamedPoint const & right)
55{

Callers 1

ParseAllMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected