rperp() → {Phaser.Point}
dot(a) → {number} The dot product of this and another Point object. Parameters
<static> distance(a, b, round) → {number}
set(x, y) → {Phaser.Point}
toString() → {string} Returns a string representation of this object. Returns
copyTo(dest) → {object} Copies the x and y properties from this Point to any given object.
setMagnitude(magnitude) → {Phaser.Point}
normalRightHand() → {Phaser.Point}
[readonly] type : number The const type of this object.
<static> multiply(a, b, out) → {
Page 4 of 6