MCPcopy 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
431m2::PointD ScreenBase::PtoP3d(m2::PointD const & pt) const
432{
433 return PtoP3d(pt, 0.0);
434}
435
436double ScreenBase::GetZScale() const
437{

Callers 14

UNIT_TESTFunction · 0.80
GetPivotMethod · 0.80
GetPerspectiveRectMethod · 0.80
GtoP3dMethod · 0.80
GetPixelPositionMethod · 0.80
RenderMethod · 0.80
UpdateMethod · 0.80
GetPixelRectMethod · 0.80
GetPixelShapeMethod · 0.80
OnTapMethod · 0.80
OnNewVisibleViewportMethod · 0.80

Calls 2

SizeXMethod · 0.80
SizeYMethod · 0.80

Tested by 1

UNIT_TESTFunction · 0.64