The goog.structs.QuadTree.Point Class

goog.structs.QuadTree.Point(x, y, opt_value)

Creates a new point object.

x {number}
The x-coordinate of the point.
y {number}
The y-coordinate of the point.
opt_value {*=}
Optional value associated with the point.

.value {*}

Optional value associated with the point.

.x {number}

The x-coordinate for the point.

.y {number}

The y-coordinate for the point.