structs.QuadTree.Point Extends
Creates a new point object.

Inheritance

Constructor

goog.structs.QuadTree.Point(xyopt_value)

Parameters

x : number
The x-coordinate of the point.
y : number
The y-coordinate of the point.
opt_value : *=
Optional value associated with the point.
Public Protected Private

Instance Properties

value :
Optional value associated with the point.
Code »
x :
The x-coordinate for the point.
Code »
y :
The y-coordinate for the point.
Code »

Package structs.QuadTree

Package Reference