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

Function GetMaxPoint

libs/coding/coding_tests/geometry_coding_test.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34m2::PointU GetMaxPoint()
35{
36 return D2U(m2::PointD(mercator::Bounds::kMaxX, mercator::Bounds::kMaxY));
37}
38
39void TestPolylineEncode(string testName, vector<m2::PointU> const & points, m2::PointU const & maxPoint,
40 void (*fnEncode)(InPointsT const & points, m2::PointU const & basePoint,

Callers 1

UNIT_TESTFunction · 0.70

Calls 1

D2UFunction · 0.70

Tested by

no test coverage detected