OpenTTD Source 20250523-master-g321f7e8683
|
K-d tree template specialised for 2-dimensional Manhattan geometry. More...
Go to the source code of this file.
Data Structures | |
class | Kdtree< T, TxyFunc, CoordT, DistT > |
K-dimensional tree, specialised for 2-dimensional space. More... | |
struct | Kdtree< T, TxyFunc, CoordT, DistT >::node |
Type of a node in the tree. More... | |
K-d tree template specialised for 2-dimensional Manhattan geometry.
Definition in file kdtree.hpp.