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
Generated using TypeDoc
The Point object represents a location in a two-dimensional coordinate system, where
x
represents the position on the horizontal axis andy
represents the position on the vertical axisMemberof
PIXI
Implements