<static> centroid(points, out) → {
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
<static> subtract(a, b, out) → {
x : number The x value of the point. Source code:
clamp(min, max) → {Phaser.Point}
clone(output) → {Phaser.Point}
equals(a) → {boolean} Determines whether the given objects x/y values are equal to this Point object
copyFrom(source) → {Phaser.Point}
ceil() → {Phaser.Point}
Page 3 of 6