MCPcopy 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

23using feature::FeatureBuilder;
24
25static m2::PointU D2I(double x, double y)
26{
27 return PointDToPointU(m2::PointD(x, y), kPointCoordBits);
28}
29
30class ProcessCoastsBase
31{

Callers 1

UNIT_TESTFunction · 0.70

Calls 1

PointDToPointUFunction · 0.85

Tested by

no test coverage detected