equals(a) → {boolean} Determines whether the given objects x/y values are equal to this Point object
set(x, y) → {Phaser.Point}
ceil() → {Phaser.Point}
floor() → {Phaser.Point}
<static> project(a, b, out) → {
isZero() → {boolean} Determine if this point is at 0,0. Returns
distance(dest, round) → {number} Returns the distance of this Point
getMagnitude() → {number} Calculates the length of the Point object. Returns
clampY(min, max) → {Phaser.Point}
angle(a, asDegrees) → {number} Returns the angle between this Point
Page 5 of 6