Optionalx: numberThe X coordinate of the center of this circle
Optionaly: numberThe Y coordinate of the center of this circle
Optionalradius: numberThe radius of the circle
ReadonlytypeThe type of the object, mainly used to avoid instanceof checks
Checks whether the x and y coordinates given are contained within this circle
The X coordinate of the point to test
The Y coordinate of the point to test
Whether the x/y coordinates are within this Circle
Returns the framing rectangle of the circle as a Rectangle object
The framing rectangle
The Circle object is used to help draw graphics and can also be used to specify a hit area for displayObjects.
Memberof
PIXI