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
distance(dest, round) → {number} Returns the distance from the center
circumference() → {number} The circumference of the circle. Returns
contains(x, y) → {boolean} Return true if the given x/y coordinates are within this Circle object
[readonly] type : number The const type of this object.
clone(output) → {Phaser.Circle}
offsetPoint(point) → {Circle} Adjusts the location of the Circle object using a Point object as
new Circle(x, y, diameter) Creates a new 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
offset(dx, dy) → {Circle} Adjusts the location of the Circle object, as determined by its center
Page 2 of 3