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
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
<static> equals(a, b) → {boolean} Determines whether
<static> intersectsRectangle(c, r) → {boolean} Checks
offsetPoint(point) → {Circle} Adjusts the location of the Circle object using a Point object as
x : number The x coordinate of the center of the circle. Source code:
<static> contains(a, x, y) → {boolean} Return true if
Page 2 of 3