dot(a) → {number} The dot product of this and another Point object. Parameters
toString() → {string} Returns a string representation of this object. Returns
[readonly] type : number The const type of this object.
perp() → {Phaser.Point}
normalize() → {Phaser.Point}
isZero() → {boolean} Determine if this point is at 0,0. Returns
getMagnitude() → {number} Calculates the length of the Point object. Returns
distance(dest, round) → {number} Returns the distance of this Point
floor() → {Phaser.Point}
<static> project(a, b, out) → {
Page 5 of 6