structs.QuadTree.Node Extends
Constructs a new quad tree node.

Inheritance

Constructor

goog.structs.QuadTree.Node(xywhopt_parent)

Parameters

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.
Public Protected Private

Instance Properties

h :
The height of the node.
Code »
The child node in the North-East quadrant.
Code »
nodeType :
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 »
w :
The width of the node.
Code »
x :
The x-coordinate of the node.
Code »
y :
The y-coordinate of the node.
Code »

Package structs.QuadTree

Package Reference