Home
last modified time | relevance | path

Searched refs:m_grid_log2 (Results 1 – 1 of 1) sorted by relevance

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/
H A DPoint.hpp219 m_grid_log2 += 16; in ClosestPointInRadiusLookup()
223 m_grid_log2 += 8; in ClosestPointInRadiusLookup()
227 m_grid_log2 += 4; in ClosestPointInRadiusLookup()
231 m_grid_log2 += 2; in ClosestPointInRadiusLookup()
234 ++ m_grid_log2; in ClosestPointInRadiusLookup()
235 m_grid_resolution = 1 << m_grid_log2; in ClosestPointInRadiusLookup()
243 … m_map.emplace(std::make_pair(Vec2crd(pt->x()>>m_grid_log2, pt->y()>>m_grid_log2), value)); in insert()
249 …m_map.emplace(std::make_pair(Vec2crd(pt->x()>>m_grid_log2, pt->y()>>m_grid_log2), std::move(value)… in insert()
258 auto range = m_map.equal_range(Point((*pt)(0)>>m_grid_log2, (*pt)(1)>>m_grid_log2)); in erase()
306 … grid_corner((pt(0)+(m_grid_resolution>>1))>>m_grid_log2, (pt(1)+(m_grid_resolution>>1))>>m_gri… in find_all()
[all …]