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

Method SetBasePoint

libs/coding/geometry_coding.cpp:308–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

WriteOuterPointsMethod · 0.80
ParseGeometryMethod · 0.80
GetOuterGeometryStatsMethod · 0.80

Calls 2

PointDToPointUFunction · 0.85
PointUToUint64ObsoleteFunction · 0.85

Tested by

no test coverage detected