Copies x and y from the given point
Copies x and y into the given point
Returns true if the given point is equal to this point
Sets the point to a new x and y position. If y is omitted, both x and y will be set to x.
Optional
x: numberposition of the point on the x axis
Optional
y: numberposition of the point on the y axis
X coordinate
Y coordinate
Common interface for points with manipulation methods.
Extends PointData to add operations for copying, comparison and setting values.
Example
See