goog.structs.QuadTree.Node |
x
: number
X-coordiate of node.
|
y
: number
Y-coordinate of node.
|
w
: number
Width of node.
|
h
: number
Height of node.
|
opt_parent
: goog.structs.QuadTree.Node=
Optional parent node.
|
![]()
The height of the node.
|
Code » | |
The child node in the North-East quadrant.
|
Code » | |
![]()
The node's type.
|
Code » | |
The child node in the North-West quadrant.
|
Code » | |
The parent node.
|
Code » | |
The point for the node, if it is a leaf node.
|
Code » | |
The child node in the South-East quadrant.
|
Code » | |
The child node in the South-West quadrant.
|
Code » | |
![]()
The width of the node.
|
Code » | |
![]()
The x-coordinate of the node.
|
Code » | |
![]()
The y-coordinate of the node.
|
Code » |