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

Function EncodePolyline

libs/coding/geometry_coding.cpp:232–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232void EncodePolyline(InPointsT const & points, m2::PointU const & basePoint, m2::PointU const & maxPoint,
233 OutDeltasT & deltas)
234{
235 EncodePolylinePrev2(points, basePoint, maxPoint, deltas);
236}
237
238void DecodePolyline(InDeltasT const & deltas, m2::PointU const & basePoint, m2::PointU const & maxPoint,
239 OutPointsT & points)

Callers

nothing calls this directly

Calls 1

EncodePolylinePrev2Function · 0.85

Tested by

no test coverage detected