| 106 | |
| 107 | m2::PointU GetBasePoint() const { return m_BasePoint; } |
| 108 | uint64_t GetBasePointUint64() const { return m_BasePointUint64; } |
| 109 | int64_t GetBasePointInt64() const { return static_cast<int64_t>(m_BasePointUint64); } |
| 110 | |
| 111 | void SetBasePoint(m2::PointD const & pt); |
no outgoing calls
no test coverage detected