search

goog.structs.QuadTree.Point

Provided By

Creates a new point object.

new Point( x, y, opt_value )

Parameters
xnumber

The x-coordinate of the point.

ynumber

The y-coordinate of the point.

opt_value*=

Optional value associated with the point.

Instance Properties