setTo(x, y, diameter) → {Circle} Sets the members of Circle to the specified values.
<static> equals(a, b) → {boolean} Determines whether
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
<static> intersectsRectangle(c, r) → {boolean} Checks
bottom : number The sum of the y and radius properties. Changing the bottom property of a Circle object has no effect on the x
copyTo(dest) → {object} Copies the x, y and diameter properties from this Circle to any given object
getBounds() → {Phaser.Rectangle}
toString() → {string} Returns a string representation of this object. Returns
radius : number The length of a line extending from the center of the circle to any point on the circle itself. The same as half
Page 3 of 3