Class type Circle-PIXI._t

method radius#=: Js.Internal.meth([ `Arity_1(float) ], unit)
method radius: float
method x#=: Js.Internal.meth([ `Arity_1(float) ], unit)
method x: float
method y#=: Js.Internal.meth([ `Arity_1(float) ], unit)
method y: float
method clone: Js.Internal.meth([ `Arity_0 ], Js.t(_t))

Creates a clone of this circle

method contains: Js.Internal.meth([ `Arity_2((float, float)) ], bool)

Checks whether the x and y coordinates passed to this function are contained within this circle

method getBounds: Js.Internal.meth([ `Arity_0 ]PIXI.Rectangle.t)

Returns the framing rectangle of the circle as a Rectangle object