mutils v0.0.2 (2017-12-08T12:44:38Z)
Dub
Repo
SpatialTree.remove
mutils
container
spatialtree
SpatialTree
////////////////////// // Add functions ///// //////////////////////
struct
SpatialTree
(ubyte dimension, T, bool loose = false, ubyte maxLevel = 8)
void
remove
(
Point
posRemove
,
T
data
)
Meta
Source
See Implementation
mutils
container
spatialtree
SpatialTree
aliases
Point
QuadContainer
isLoose
functions
add
addToQuad
allocateQuads
clear
initialize
remove
updatePositions
visitAll
visitAllDataIn
visitAllNodesIn
static functions
circleInBox
circleNotInBox
directionToIndex
hasChildren
hasElements
inBox
indexToDirection
notInBox
structs
Node
variables
quadContainer
root
size
////////////////////// // Add functions ///// //////////////////////