MCPcopy Create free account
hub / github.com/comaps/comaps / MakePointWithAltitudeForTesting

Function MakePointWithAltitudeForTesting

libs/geometry/point_with_altitude.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43PointWithAltitude MakePointWithAltitudeForTesting(m2::PointD const & point)
44{
45 return PointWithAltitude(point, kDefaultAltitudeMeters);
46}
47
48bool AlmostEqualAbs(PointWithAltitude const & lhs, PointWithAltitude const & rhs, double eps)
49{

Callers 7

MakeRoadInfoForTestingFunction · 0.85
UNIT_TESTFunction · 0.85
UNIT_TESTFunction · 0.85
UNIT_TESTFunction · 0.85
UNIT_TESTFunction · 0.85

Calls 1

PointWithAltitudeClass · 0.70

Tested by 4

UNIT_TESTFunction · 0.68
UNIT_TESTFunction · 0.68
UNIT_TESTFunction · 0.68
UNIT_TESTFunction · 0.68