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

Method GetBasePointUint64

libs/coding/geometry_coding.hpp:108–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected