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

Function D2U

libs/coding/geometry_coding.cpp:316–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314namespace pts
315{
316m2::PointU D2U(m2::PointD const & p, uint32_t coordBits)
317{
318 return PointDToPointU(p, coordBits);
319}
320
321m2::PointD U2D(m2::PointU const & p, uint32_t coordBits)
322{

Callers 1

GetMaxPointFunction · 0.70

Calls 1

PointDToPointUFunction · 0.85

Tested by

no test coverage detected