Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
namespace
28
{
29
m2::PointU D2U(m2::PointD const & p)
30
{
31
return PointDToPointU(p, kPointCoordBits);
32
}
33
34
m2::PointU GetMaxPoint()
35
{
Callers
2
GetMaxPoint
Function · 0.70
UNIT_TEST
Function · 0.70
Calls
1
PointDToPointU
Function · 0.85
Tested by
no test coverage detected