search

goog.structs.QuadTree

Provided By

Constructs a new quad tree.

new QuadTree( minX, minY, maxX, maxY )

Parameters
minXnumber

Minimum x-value that can be held in tree.

minYnumber

Minimum y-value that can be held in tree.

maxXnumber

Maximum x-value that can be held in tree.

maxYnumber

Maximum y-value that can be held in tree.

Instance Methods

Classes

Enumerations