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