| 306 | } |
| 307 | |
| 308 | void GeometryCodingParams::SetBasePoint(m2::PointD const & pt) |
| 309 | { |
| 310 | m_BasePoint = PointDToPointU(pt, m_CoordBits); |
| 311 | m_BasePointUint64 = PointUToUint64Obsolete(m_BasePoint); |
| 312 | } |
| 313 | |
| 314 | namespace pts |
| 315 | { |
no test coverage detected