pixi.geom.Circle
- type
- class
- metadata
- :native
- "PIXI.Circle"
Constructor
- parameters
x
{Float} The X coordinate of the center of this circle
y
{Float} The Y coordinate of the center of this circle
radius
{Float} The radius of the circle
Instance Methods
- returns
- {Circle} a copy of the circle
- parameters
x
{Float} The X coordinate of the point to test
y
{Float} The Y coordinate of the point to test
- returns
- {Bool} Whether the x/y coordinates are within this polygon
- returns
- {Rectangle} the framing rectangle