new Point(x, y) A Point object represents a location in a two-dimensional
cross(a) → {number} The cross product of this and another Point object. Parameters
clone(output) → {Phaser.Point}
<static> angle(a, b) → {number} Returns the angle between
x : number The x value of the point. Source code:
<static> centroid(points, out) → {
<static> subtract(a, b, out) → {
set(x, y) → {Phaser.Point}
normalRightHand() → {Phaser.Point}
toString() → {string} Returns a string representation of this object. Returns
Page 3 of 6