Class: Geometry.Utils.Point
Geometry Point Class
Description
Summary:
- Represents a single point on a grid
Usage
Constructs an instance of Point from the supplied co-ordinates
new Geometry.Utils.Point(x, y)
Parameters:
Name | Type | Description |
---|---|---|
x
|
Number |
where to position the point horizontally on the grid |
y
|
Number |
where to position the point vertically on the grid |
Properties:
Name | Type | Description |
---|---|---|
x
|
Number |
the horizontal location of the point on the grid |
y
|
Boolean |
the vertical location of the point on the grid |