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

Function GetMaxPoint

libs/coding/geometry_coding.cpp:329–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327}
328
329m2::PointU GetMaxPoint(GeometryCodingParams const & params)
330{
331 return D2U(m2::PointD(mercator::Bounds::kMaxX, mercator::Bounds::kMaxY), params.GetCoordBits());
332}
333
334m2::PointU GetBasePoint(GeometryCodingParams const & params)
335{

Callers 3

DecodeImplFunction · 0.70
EncodeFunction · 0.70
TrianglesChainSaverMethod · 0.70

Calls 2

GetCoordBitsMethod · 0.80
D2UFunction · 0.70

Tested by

no test coverage detected