setMagnitude(magnitude) → {Phaser.Point}
<static> divide(a, b, out) → {
<static> distance(a, b, round) → {number}
copyFrom(source) → {Phaser.Point}
set(x, y) → {Phaser.Point}
ceil() → {Phaser.Point}
<static> negative(a, out) → {
copyTo(dest) → {object} Copies the x and y properties from this Point to any given object.
y : number The y value of the point. Source code:
equals(a) → {boolean} Determines whether the given objects x/y values are equal to this Point object
Page 4 of 6