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

Function DecodePolyline

libs/coding/geometry_coding.cpp:238–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238void DecodePolyline(InDeltasT const & deltas, m2::PointU const & basePoint, m2::PointU const & maxPoint,
239 OutPointsT & points)
240{
241 DecodePolylinePrev2(deltas, basePoint, maxPoint, points);
242}
243
244void EncodeTriangleStrip(InPointsT const & points, m2::PointU const & basePoint, m2::PointU const & maxPoint,
245 OutDeltasT & deltas)

Callers

nothing calls this directly

Calls 1

DecodePolylinePrev2Function · 0.85

Tested by

no test coverage detected