Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ P3dtoP
Method
P3dtoP
libs/geometry/screenbase.cpp:459–462 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
457
}
458
459
m2::PointD ScreenBase::P3dtoP(m2::PointD const & pt) const
460
{
461
return P3dtoP(pt, 0.0 /* ptZ */);
462
}
463
464
m2::PointD ScreenBase::P3dtoP(m2::PointD const & pt, double ptZ) const
465
{
Callers
2
UNIT_TEST
Function · 0.45
P3dtoG
Method · 0.45
Calls
2
SizeX
Method · 0.80
SizeY
Method · 0.80
Tested by
1
UNIT_TEST
Function · 0.36