d2dgame ~master (2021-12-25T08:32:28.3559629)
Dub
Repo
QuadTree.SubTree
d2d
core
quadtree
QuadTree
Undocumented in source.
struct
QuadTree
(T, size_t maxObjects, size_t maxDepth, string mapper = "a")
static if
(
maxDepth > 0
)
alias
SubTree
=
QuadTree
!(
T
,
maxObjects
,
maxDepth
- 1,
mapper
)
Meta
Source
See Implementation
d2d
core
quadtree
QuadTree
aliases
SubTree
functions
clear
getQuadrant
insert
isSplit
remove
retrieve
toString
postblits
this(this)
static functions
map
variables
bounds
children
nodes