Class Index

Classes


Class Annotations.Point

A utility class that represents a point with an x and y coordinate.

Class Summary
Constructor Attributes Constructor Name and Description
 
Creates a new Point with an x and y coordinate.
Class Detail
Annotations.Point(x, y)
Creates a new Point with an x and y coordinate.
Parameters:
{number} x
the x-coordinate
{number} y
the y-coordinate

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Nov 17 2016 16:54:43 GMT-0800 (PST)