Class Point
Defined in: Term.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Point(x, y)
A point object representing a point in a 2-d plane
|
Method Attributes | Method Name and Description |
---|---|
{String}
|
toString()
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