Creates a clone of this point
a copy of the point
Copies x and y from the given point
The point to copy from
Returns itself.
Copies x and y into the given point
The point to copy.
Given point with values updated
Returns true if the given point is equal to this point
The point to check
Whether the given point 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.
Returns itself.
Generated using TypeDoc
The Point object represents a location in a two-dimensional coordinate system, where x represents the horizontal axis and y represents the vertical axis.
PIXI
IPoint