Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GetBest
Method
GetBest
tools/feature_list/feature_list.cpp:54–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
explicit ClosestPoint(m2::PointD const & center) : m_center(center), m_best(0, 0) {}
53
54
m2::PointD GetBest() const { return m_best; }
55
56
void operator()(m2::PointD const & point)
57
{
Callers
1
FindCenter
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected