Node
new Node(tree, a, b)
- Source:
Parameters:
Members
isLeaf
- Source:
- Default Value:
Methods
bbArea() → {number}
- Source:
Returns:
-
Type
-
number
intersectsBB() → {boolean}
- Source:
Returns:
-
Type
-
boolean
markLeafQuery(leaf, left, tree, func)
- Source:
Parameters:
Name |
Type |
Description |
leaf |
Leaf
|
|
left |
boolean
|
|
tree |
cp.BBTree
|
|
func |
function
|
|
markSubtree(tree, staticRoot, func)
- Source:
Parameters:
otherChild(child) → {boolean}
- Source:
Parameters:
Name |
Type |
Description |
child |
Node
|
|
Returns:
-
Type
-
boolean
recycle(tree)
- Source:
Parameters:
replaceChild(child, value, tree)
- Source:
Parameters:
setA(value)
- Source:
Parameters:
Name |
Type |
Description |
value |
Node
|
|
setB(value)
- Source:
Parameters:
Name |
Type |
Description |
value |
Node
|
|