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

Function Int64ToRectObsolete

libs/coding/point_coding.cpp:128–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128m2::RectD Int64ToRectObsolete(std::pair<int64_t, int64_t> const & p, uint8_t coordBits)
129{
130 m2::PointD const pt1 = Int64ToPointObsolete(p.first, coordBits);
131 m2::PointD const pt2 = Int64ToPointObsolete(p.second, coordBits);
132 return m2::RectD(pt1, pt2);
133}
134
135uint64_t PointUToUint64Obsolete(m2::PointU const & pt)
136{

Callers 2

GetBoundsMethod · 0.85
ReadFunction · 0.85

Calls 1

Int64ToPointObsoleteFunction · 0.85

Tested by

no test coverage detected