| Name | Type | Default | Description | 
|---|---|---|---|
| x | number | 0 | optional The X coordinate of the center of this circle | 
| y | number | 0 | optional The Y coordinate of the center of this circle | 
| radius | number | 0 | optional The radius of the circle | 
Members
- 
    
    
    
- Default Value:
- 0
 
 
- 
    
    The type of the object, mainly used to avoid instanceofchecks- Default Value:
- PIXI.SHAPES.CIRC
 
- See:
 
- 
    
    
    
- Default Value:
- 0
 
 
- 
    
    
    
- Default Value:
- 0
 
 
Methods
- 
    clone ()PIXI.Circle
- 
    
    
    Creates a clone of this Circle instance Returns:Type Description PIXI.Circle a copy of the Circle 
- 
    
    
    Checks whether the x and y coordinates given are contained within this circle Name Type Description xnumber The X coordinate of the point to test ynumber The Y coordinate of the point to test Returns:Type Description boolean Whether the x/y coordinates are within this Circle 
- 
    getBounds ()PIXI.Rectangle
- 
    
    
    Returns the framing rectangle of the circle as a Rectangle object Returns:Type Description PIXI.Rectangle the framing rectangle