Class: Point

Point

new Point(x, y)

The point class.
NameTypeDescription
xnumberThe x coordinate
ynumberThe y coordinate

Extends

  • PIXI.Point

Methods

initialize(x, y)

Initializes the point
NameTypeDescription
xnumberThe x coordinate of the point
ynumberThe y coordinate of the point