Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ PtoP3d
Method
PtoP3d
libs/geometry/screenbase.cpp:431–434 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
429
}
430
431
m2::PointD ScreenBase::PtoP3d(m2::PointD const & pt) const
432
{
433
return PtoP3d(pt, 0.0);
434
}
435
436
double ScreenBase::GetZScale() const
437
{
Callers
14
UNIT_TEST
Function · 0.80
GetPivot
Method · 0.80
GetPerspectiveRect
Method · 0.80
GetPixelRectPerspective
Method · 0.80
GtoP3d
Method · 0.80
GetPixelPosition
Method · 0.80
Render
Method · 0.80
Update
Method · 0.80
GetPixelRect
Method · 0.80
GetPixelShape
Method · 0.80
OnTap
Method · 0.80
OnNewVisibleViewport
Method · 0.80
Calls
2
SizeX
Method · 0.80
SizeY
Method · 0.80
Tested by
1
UNIT_TEST
Function · 0.64