Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ D2I
Function
D2I
generator/generator_tests/coasts_test.cpp:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
using feature::FeatureBuilder;
24
25
static m2::PointU D2I(double x, double y)
26
{
27
return PointDToPointU(m2::PointD(x, y), kPointCoordBits);
28
}
29
30
class ProcessCoastsBase
31
{
Callers
1
UNIT_TEST
Function · 0.70
Calls
1
PointDToPointU
Function · 0.85
Tested by
no test coverage detected