clone(output) → {Phaser.Circle}
copyFrom(source) → {Phaser.Point}
y : number The y coordinate of the top-left corner of the Rectangle. Source
translate(x, y) → {Phaser.Matrix}
left : number The x coordinate of the left of the Rectangle. Changing the left property of a Rectangle object has no effect on
set(x, y) → {Phaser.Point}
offset(dx, dy) → {Circle} Adjusts the location of the Circle object, as determined by its center
flatten() → {Phaser.Polygon}
equals(a) → {boolean} Determines whether the given objects x/y values are equal to this Point object
new Polygon(points) Creates a new Polygon. The points can be set from a variety of formats: An array of Point objects:
Page 17 of 25