Home
last modified time | relevance | path

Searched defs:KDBush (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/kdbush/0.1.1-1/include/
H A Dkdbush.hpp20 class KDBush { class
30 KDBush(const std::uint8_t nodeSize_ = defaultNodeSize) : nodeSize(nodeSize_) { in KDBush() function in kdbush::KDBush
33 KDBush(const std::vector<TPoint> &points_, const std::uint8_t nodeSize_ = defaultNodeSize) in KDBush() function in kdbush::KDBush
38 KDBush(const TPointIter &points_begin, in KDBush() function in kdbush::KDBush