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

Function GetBasePoint

libs/coding/geometry_coding.cpp:334–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332}
333
334m2::PointU GetBasePoint(GeometryCodingParams const & params)
335{
336 return params.GetBasePoint();
337}
338} // namespace pts
339
340void Encode(EncodeFunT fn, std::vector<m2::PointD> const & points, GeometryCodingParams const & params,

Callers 3

DecodeImplFunction · 0.85
EncodeFunction · 0.85
TrianglesChainSaverMethod · 0.85

Calls 1

GetBasePointMethod · 0.45

Tested by

no test coverage detected