Class Index | File Index

Classes


Methods

Class Point


Defined in: Term.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Point(x, y)
A point object representing a point in a 2-d plane
Method Summary
Method Attributes Method Name and Description
{String}
A method to convert a Point to a String
Class Detail
Point(x, y)
A point object representing a point in a 2-d plane
Parameters:
{Number} x
The x value
{Number} y
The y value
Method Detail
{String} toString()
A method to convert a Point to a String
Returns:
{String} The point value in parens

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Jul 19 2013 13:20:00 GMT-0400 (EDT)