rperp() → {Phaser.Point}
height : number The height of the Rectangle. This value should never be set to a negative.
x : number The x coordinate of the center of the circle. Source code:
<static> distance(a, b, round) → {number}
equals(a) → {boolean} Determines whether the given objects x/y values are equal to this Point object
copyFrom(source) → {Phaser.Point}
copyTo(dest) → {object} Copies the x and y properties from this Point to any given object.
<static> containsRect(a, b) → {boolean} Determines whether
dot(a) → {number} The dot product of this and another Point object. Parameters
<static> intersectsRectangle(c, r) → {boolean} Checks
Page 17 of 25