MCPcopy 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
459m2::PointD ScreenBase::P3dtoP(m2::PointD const & pt) const
460{
461 return P3dtoP(pt, 0.0 /* ptZ */);
462}
463
464m2::PointD ScreenBase::P3dtoP(m2::PointD const & pt, double ptZ) const
465{

Callers 2

UNIT_TESTFunction · 0.45
P3dtoGMethod · 0.45

Calls 2

SizeXMethod · 0.80
SizeYMethod · 0.80

Tested by 1

UNIT_TESTFunction · 0.36