new Point(x, y)Point.js:9The point class.NameTypeDescriptionxnumberThe x coordinateynumberThe y coordinateExtendsPIXI.PointMethodsinitialize(x, y)Point.js:22Initializes the pointNameTypeDescriptionxnumberThe x coordinate of the pointynumberThe y coordinate of the point