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 Fri Sep 09 2016 14:32:36 GMT-0700 (PDT)