Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
314
namespace pts
315
{
316
m2::PointU D2U(m2::PointD const & p, uint32_t coordBits)
317
{
318
return PointDToPointU(p, coordBits);
319
}
320
321
m2::PointD U2D(m2::PointU const & p, uint32_t coordBits)
322
{
Callers
1
GetMaxPoint
Function · 0.70
Calls
1
PointDToPointU
Function · 0.85
Tested by
no test coverage detected