| 236 | } |
| 237 | |
| 238 | void DecodePolyline(InDeltasT const & deltas, m2::PointU const & basePoint, m2::PointU const & maxPoint, |
| 239 | OutPointsT & points) |
| 240 | { |
| 241 | DecodePolylinePrev2(deltas, basePoint, maxPoint, points); |
| 242 | } |
| 243 | |
| 244 | void EncodeTriangleStrip(InPointsT const & points, m2::PointU const & basePoint, m2::PointU const & maxPoint, |
| 245 | OutDeltasT & deltas) |
nothing calls this directly
no test coverage detected