Creates a new Point
Optionalx: numberposition of the point on the x axis
Optionaly: numberposition of the point on the y axis
Position of the point on the x axis
Position of the point on the y axis
Copies x and y from the given point into this point
The point to copy from
The point instance itself
Accepts another point (p) and returns true if the given point is equal to this point
The point to check
Returns true if both x and y are equal
Sets the point to a new x and y position.
If y is omitted, both x and y will be set to x.
Optionalx: numberposition of the point on the x axis
Optionaly: numberposition of the point on the y axis
The point instance itself
The Point object represents a location in a two-dimensional coordinate system, where
xrepresents the position on the horizontal axis andyrepresents the position on the vertical axisMemberof
PIXI
Implements