circumference() → {number} The circumference of the circle. Returns
[readonly] type : number The const type of this object.
contains(x, y) → {boolean} Return true if the given x/y coordinates are within this Circle object
distance(dest, round) → {number} Returns the distance from the center
left The x coordinate of the leftmost point of the circle. Changing the left property of a Circle object has no effect on the x and y properties. However it does affect
offsetPoint(point) → {Circle} Adjusts the location of the Circle object using a Point object as
<static> equals(a, b) → {boolean} Determines whether
clone(output) → {Phaser.Circle}
top : number The sum of the y minus the radius property. Changing the top property of a Circle object has no effect on the x and
x : number The x coordinate of the center of the circle. Source code:
Page 2 of 3