MCPcopy Create free account
hub / github.com/comaps/comaps / D2U

Function D2U

libs/coding/coding_tests/geometry_coding_test.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27namespace
28{
29m2::PointU D2U(m2::PointD const & p)
30{
31 return PointDToPointU(p, kPointCoordBits);
32}
33
34m2::PointU GetMaxPoint()
35{

Callers 2

GetMaxPointFunction · 0.70
UNIT_TESTFunction · 0.70

Calls 1

PointDToPointUFunction · 0.85

Tested by

no test coverage detected