| Name | Type | Default | Description | 
|---|---|---|---|
| x | number | 0 | optional position of the point on the x axis | 
| y | number | 0 | optional position of the point on the y axis | 
Members
- 
    
    
    
- Default Value:
- 0
 
 
- 
    
    
    
- Default Value:
- 0
 
 
Methods
- 
    clone ()PIXI.Point
- 
    
    
    Creates a clone of this point Returns:Type Description PIXI.Point a copy of the point 
- 
    
    
    Copies x and y from the given point Name Type Description pPIXI.Point The point to copy. 
- 
    
    
    Returns true if the given point is equal to this point Name Type Description pPIXI.Point The point to check Returns:Type Description boolean Whether the given point equal to this point 
- 
    
    
    Sets the point to a new x and y position. If y is omitted, both x and y will be set to x. Name Type Default Description xnumber 0 optional position of the point on the x axis ynumber 0 optional position of the point on the y axis